Skip to content

Commit 36db22a

Browse files
committed
fix: year
1 parent c55fa2d commit 36db22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Layout({ children }: { children: ReactNode }) {
1010
{children}
1111
</main>
1212
<footer className=" flex justify-center">
13-
<span className="mb-3">• wrongbyte © • 2022</span>
13+
<span className="mb-3">• wrongbyte © • 2024</span>
1414
</footer>
1515
</div>
1616
</>

0 commit comments

Comments
 (0)