fixed koami code 😭

This commit is contained in:
Unknown 2025-02-27 12:57:10 -07:00 committed by End
parent b94e8dfac4
commit 36e4cc6892
No known key found for this signature in database

View file

@ -197,7 +197,7 @@ const App = () => {
<footer className="py-6 border-t border-accent-primary/10 text-center text-sm text-text-primary/60">
<p>© {new Date().getFullYear()} EndofTimee. All rights reserved.</p>
<div className="flex justify-center items-center gap-2 mt-2">
<span className="text-xs">Try the Konami code: ââââââââBA</span>
<span className="text-xs">Try the Konami code: BA</span>
<div className="bg-background-secondary px-2 py-0.5 rounded-full text-[10px] text-accent-primary">
v1.3.0
</div>