Skip to content

Commit

Permalink
removed an unnecessary css link
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth18Shah committed Jun 2, 2024
1 parent b29c37d commit 96b0241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const Post = () => {
`<html class='flex w-full h-full'>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
// <link rel="stylesheet" href="https://flowbite.com/docs/flowbite.css?v=2.3.0a"> // Uncomment this line to use components from Flowbite website
<script>
document.addEventListener('DOMContentLoaded', function() {
document.querySelectorAll('a[href="#"]').forEach(function(anchor) {
Expand Down

0 comments on commit 96b0241

Please sign in to comment.