Skip to content

Commit

Permalink
reverted tailwind version
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant committed Apr 2, 2024
1 parent 1582129 commit 32575f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>{% block title %} {% endblock %} - Gramhal</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
Expand Down

0 comments on commit 32575f2

Please sign in to comment.