diff --git a/k-notes-frontend/index.html b/k-notes-frontend/index.html index 3dff1e8..cf55f38 100644 --- a/k-notes-frontend/index.html +++ b/k-notes-frontend/index.html @@ -1,13 +1,16 @@ - - - - - k-notes-frontend - - -
- - - + + + + + + K-Notes + + + +
+ + + + \ No newline at end of file diff --git a/k-notes-frontend/public/logo.png b/k-notes-frontend/public/logo.png new file mode 100644 index 0000000..18bf68a Binary files /dev/null and b/k-notes-frontend/public/logo.png differ diff --git a/k-notes-frontend/public/vite.svg b/k-notes-frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/k-notes-frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/k-notes-frontend/src/components/layout.tsx b/k-notes-frontend/src/components/layout.tsx index 74e35e8..461b261 100644 --- a/k-notes-frontend/src/components/layout.tsx +++ b/k-notes-frontend/src/components/layout.tsx @@ -17,6 +17,7 @@ export default function Layout() {
+ K-Notes Logo
K-Notes