We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732fc37 commit 6901b5bCopy full SHA for 6901b5b
src/components/organism/Footer.tsx
@@ -6,7 +6,6 @@ const Footer: React.FC = () => (
6
Made with <span className="text-red-500">❤️</span> for the Minecraft
7
Bedrock development community
8
</p>
9
- <p className="text-sm">© 2025 Keyyard. All rights reserved.</p>
10
<div className="flex gap-4">
11
<a href="https://github.com/Keyyard/create-mc-bedrock-cli">
12
<Image
@@ -17,6 +16,7 @@ const Footer: React.FC = () => (
17
16
/>
18
</a>
19
</div>
+ <p className="text-sm">© 2025 Keyyard. All rights reserved.</p>
20
</footer>
21
);
22
0 commit comments