Skip to content

Commit 434a330

Browse files
authored
Merge pull request #225 from Gearbox-protocol/finance
fix: fi -> finance
2 parents 4d48cab + d47a4ab commit 434a330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ export * from "./social/github";
4141
export * from "./social/telegram";
4242
export * from "./social/twitter";
4343

44-
export const STATIC_SERVER = "https://static.gearbox.fi";
44+
export const STATIC_SERVER = "https://static.gearbox.finance";
4545

4646
export const getStatic = (url: string) => `${STATIC_SERVER}${url}`;

0 commit comments

Comments
 (0)