Skip to content

Commit

Permalink
update hero (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jan 1, 2024
1 parent 718f9c1 commit 3a1c9bf
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
11 changes: 1 addition & 10 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<link
href="%sveltekit.assets%/favicon-light.svg"
rel="icon"
media="(prefers-color-scheme: light)"
/>
<link
href="%sveltekit.assets%/favicon-dark.svg"
rel="icon"
media="(prefers-color-scheme: dark)"
/>
<link href="%sveltekit.assets%/favicon.svg" rel="icon" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
Expand Down
2 changes: 1 addition & 1 deletion src/routes/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</svg>
<div class="mx-auto max-w-2xl pt-64 text-center">
<div class="relative flex flex-col">
<h1 class="relative mb-4 text-7xl font-semibold">Vaul-Svelte</h1>
<h1 class="relative mb-4 text-7xl font-semibold">Vaul Svelte</h1>
<p class="text-xl text-gray-600">Drawer component for Svelte.</p>
</div>
<div class="mt-6 flex justify-center gap-4">
Expand Down
11 changes: 0 additions & 11 deletions static/favicon-light.svg

This file was deleted.

Binary file removed static/favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion static/favicon-dark.svg → static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a1c9bf

Please sign in to comment.