Skip to content

Commit 6901b5b

Browse files
committed
fix: footer
1 parent 732fc37 commit 6901b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/organism/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const Footer: React.FC = () => (
66
Made with <span className="text-red-500">❤️</span> for the Minecraft
77
Bedrock development community
88
</p>
9-
<p className="text-sm">&copy; 2025 Keyyard. All rights reserved.</p>
109
<div className="flex gap-4">
1110
<a href="https://github.com/Keyyard/create-mc-bedrock-cli">
1211
<Image
@@ -17,6 +16,7 @@ const Footer: React.FC = () => (
1716
/>
1817
</a>
1918
</div>
19+
<p className="text-sm">&copy; 2025 Keyyard. All rights reserved.</p>
2020
</footer>
2121
);
2222

0 commit comments

Comments
 (0)