Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update hero #11

Merged
merged 2 commits into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.