Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jan 18, 2024
1 parent 189bb67 commit 1818490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default function Example() {
<footer className="bg-white dark:bg-slate-950 h-full sticky top-[100vh]">
<div className="mx-auto max-w-7xl overflow-hidden px-6 py-4">
<p className="text-center text-xs leading-5 text-gray-500">
&copy; 2023 Erik Taubeneck. All rights reserved.{" "}
&copy; 2023. All rights reserved.{" "}
<a
href="https://github.com/eriktaubeneck/draft"
className="text-gray-800 dark:text-gray-200 hover:text-gray-600 hover:dark:text-gray-400"
Expand Down

0 comments on commit 1818490

Please sign in to comment.