Adjust urls

This commit is contained in:
Jonathan Staab 2023-04-10 09:05:16 -05:00
parent 5c27562af0
commit b1c861b5ab
3 changed files with 7 additions and 3 deletions

2
CNAME
View File

@ -1 +1 @@
https://coracle.social
https://app.coracle.social

View File

@ -85,7 +85,7 @@
<meta property="og:description" content="Nostr, your way." />
<meta property="og:image" content="/images/banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://coracle.social" />
<meta property="og:url" content="https://app.coracle.social" />
<title>Coracle</title>
</head>
<body class="w-full">

View File

@ -22,7 +22,11 @@
border-gray-6 bg-gray-7 p-4 text-gray-3">
<div class="fa fa-bars fa-2xl cursor-pointer lg:hidden" on:click={toggleMenu} />
<div class="flex items-center gap-4">
<Anchor external type="unstyled" href="https://coracle.social" class="flex items-center gap-2">
<Anchor
external
type="unstyled"
href="https://info.coracle.social"
class="flex items-center gap-2">
<img alt="Coracle Logo" src="/images/logo.png" class="w-8" />
<h1 class="staatliches text-3xl">Coracle</h1>
</Anchor>