Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #678 from threefoldtech/development_upgrade_discal…
Browse files Browse the repository at this point in the history
…imer_link

Update disclaimer link to GitHub issues link
  • Loading branch information
xmonader authored May 9, 2022
2 parents f47d687 + d5d31f4 commit 01649ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elements/disclaimer/Disclaimer.wc.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<svelte:options tag="tf-disclaimer" />
<script lang="ts">
const envs = {
dev: { env: "development", url: "https://circles.threefold.me/project/test-tfgrid3/issues" },
test: { env: "testing", url: "https://circles.threefold.me/project/test-tfgrid3/issues" },
dev: { env: "development", url: "https://github.com/threefoldtech/test_feedback/issues" },
test: { env: "testing", url: "https://github.com/threefoldtech/test_feedback/issues" },
};
$: env = envs[process.env.NETWORK];
Expand Down

0 comments on commit 01649ed

Please sign in to comment.