Skip to content

Commit

Permalink
chore: udgrade htmx to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed Nov 17, 2024
1 parent a229c3e commit b32f1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/layouts/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ export default function MainLayout({
/>
<CustomMetaTag property="og:image:alt" content="I Don't Have Spotify favicon" />

<script src="https://unpkg.com/[email protected]"></script>

<link href="/assets/css/fontawesome.css" rel="stylesheet" />
<link href="/assets/index.min.css" rel="stylesheet" />

<link href="https://fonts.cdnfonts.com/css/poppins" rel="stylesheet" />

<script src="https://unpkg.com/[email protected]"></script>
</head>

<body class="h-screen bg-black font-light text-white">{children}</body>
Expand Down

0 comments on commit b32f1d2

Please sign in to comment.