Skip to content

Commit 1e984af

Browse files
authored
Merge pull request #82 from cytechmobile/fix/change-about-link-domain
fix(header): change about link domain to app.radicle.at
2 parents e7944d2 + 72e90ba commit 1e984af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function handleImport() {
4949
<div class="flex gap-4">
5050
<a
5151
class="flex h-8 items-center justify-center gap-2 rounded-sm border border-rad-border-hint px-3 text-sm font-semibold"
52-
href="https://app.radicle.xyz/nodes/seed.radicle.gr/rad:z2BdUVZFvHdxRfdtGJQdSH2kyXNM6"
52+
href="https://app.radicle.at/nodes/seed.radicle.gr/rad:z2BdUVZFvHdxRfdtGJQdSH2kyXNM6"
5353
target="_blank"
5454
>
5555
<Icon name="octicon:link-external-16" size="16" />

0 commit comments

Comments
 (0)