Skip to content

Commit 39e7519

Browse files
committed
fix metaverse link address
1 parent 6a3bf91 commit 39e7519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/templates/firstpage/HeaderFirstPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function HeaderFirstPage({ mainData, params }: any) {
4545
{findByUniqueId(mainData, 482)}
4646
</motion.p>
4747

48-
<a href="https://metarang.com/metaverse/">
48+
<a href="https://world.metarang.com/" target="_blank">
4949
<motion.div
5050
initial={{ opacity: 0, scale: 0 }}
5151
animate={{ opacity: 1, scale: 1 }}

0 commit comments

Comments
 (0)