From 8ac1c3aeb3ee53b97d5ab0d345dd896143c5c7a3 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 2 Apr 2024 23:27:24 -0700 Subject: [PATCH] chore: update credits --- README.md | 2 +- bun.lockb | Bin 134580 -> 134580 bytes src/lib/assets/Coredump.svelte | 2 +- src/lib/components/Footer.svelte | 15 +++++++++--- src/lib/components/Navbar/Navbar.svelte | 5 ++-- src/lib/components/ui/separator/index.ts | 7 ++++++ .../components/ui/separator/separator.svelte | 22 ++++++++++++++++++ 7 files changed, 46 insertions(+), 7 deletions(-) create mode 100644 src/lib/components/ui/separator/index.ts create mode 100644 src/lib/components/ui/separator/separator.svelte diff --git a/README.md b/README.md index d1979cd..ada1d21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # coredump -My personal website and its associated blog. Written in [SvelteKit](https://kit.svelte.dev) and [TailwindCSS](https://tailwindcss.com/). +My personal website and its associated blog. Written in [SvelteKit](https://kit.svelte.dev) using [TailwindCSS](https://tailwindcss.com/) and components from [shadcn-svelte](https://www.shadcn-svelte.com/). ## Running locally diff --git a/bun.lockb b/bun.lockb index 24f12a9017fefc293b060b7e4917e2cc3e15436a..ffb85bf0e4270bfabed8deaf619530f9757549e8 100755 GIT binary patch delta 39 qcmdlon`6stj)pCaj+yL?amIQ^ddAZ|G8s>DFfl;DcF8Qp*^2?}O$vPg delta 39 rcmdlon`6stj)pCaj+yLC3}7(bBa`tY2V import { GithubLogo } from 'svelte-radix'; + import Separator from './ui/separator/separator.svelte';