diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index a85e56e..3f4983d 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -17,12 +17,12 @@ export default function Index() {
React Router React Router diff --git a/public/logo-dark.png b/public/logo-dark.png deleted file mode 100644 index 5b4bdec..0000000 Binary files a/public/logo-dark.png and /dev/null differ diff --git a/public/logo-dark.svg b/public/logo-dark.svg new file mode 100644 index 0000000..02cfa11 --- /dev/null +++ b/public/logo-dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + React Router + Declarative routing for React + + \ No newline at end of file diff --git a/public/logo-light.png b/public/logo-light.png deleted file mode 100644 index 28638d4..0000000 Binary files a/public/logo-light.png and /dev/null differ diff --git a/public/logo-light.svg b/public/logo-light.svg new file mode 100644 index 0000000..c424139 --- /dev/null +++ b/public/logo-light.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + React Router + Declarative routing for React + + \ No newline at end of file