We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3bf91 commit 39e7519Copy full SHA for 39e7519
1 file changed
src/components/templates/firstpage/HeaderFirstPage.tsx
@@ -45,7 +45,7 @@ export default function HeaderFirstPage({ mainData, params }: any) {
45
{findByUniqueId(mainData, 482)}
46
</motion.p>
47
48
- <a href="https://metarang.com/metaverse/">
+ <a href="https://world.metarang.com/" target="_blank">
49
<motion.div
50
initial={{ opacity: 0, scale: 0 }}
51
animate={{ opacity: 1, scale: 1 }}
0 commit comments