Skip to content

Commit 2e4b231

Browse files
authored
fix(client): update link to docs.tosidrop.me (#552)
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent a13d456 commit 2e4b231

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/src/components/Menu/cardano.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default function MenuCardano() {
140140
<a
141141
target="_blank"
142142
rel="noreferrer"
143-
href="https://docs.tosidrop.io/"
143+
href="https://docs.tosidrop.me/"
144144
className="flex flex-row items-center gap-2 text-inactive"
145145
>
146146
<FontAwesomeIcon className="w-4" icon={faBook} />

client/src/components/Menu/ergo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function MenuErgo() {
129129
<a
130130
target="_blank"
131131
rel="noreferrer"
132-
href="https://docs.tosidrop.io/"
132+
href="https://docs.tosidrop.me/"
133133
className="flex flex-row items-center gap-2 text-inactive"
134134
>
135135
<FontAwesomeIcon className="w-4" icon={faBook} />

client/src/components/MobileMenu/cardano.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function MobileMenuCardano() {
9494
<a
9595
target="_blank"
9696
rel="noreferrer"
97-
href="https://docs.tosidrop.io/"
97+
href="https://docs.tosidrop.me/"
9898
className="mb-2.5 text-inactive"
9999
>
100100
<FontAwesomeIcon className="mr-2.5" icon={faBook} />

client/src/components/MobileMenu/ergo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function MobileMenuErgo() {
9494
<a
9595
target="_blank"
9696
rel="noreferrer"
97-
href="https://docs.tosidrop.io/"
97+
href="https://docs.tosidrop.me/"
9898
className="mb-2.5 text-inactive"
9999
>
100100
<FontAwesomeIcon className="mr-2.5" icon={faBook} />

0 commit comments

Comments
 (0)