Skip to content

Commit

Permalink
remove non-functional code
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 11, 2023
1 parent a2b74c5 commit 0bd0751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/relays/pages/RelaysSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="text-slate-800 text-3xl flex-none w-full block py-1 text-center">
<span>It's running <strong>{{ getSoftware }}:{{ result.info.version }}</strong></span>
<span class="text-sm block">
Some links...
<!-- Some links...
<a
v-if="result?.info?.software.includes('+http')"
:href="result?.info?.software.replace('git+', '')"
Expand All @@ -93,7 +93,7 @@
v-if="result?.info?.software.includes('git+')"
:href="result?.info?.software.replace('+http', '').replace('+https', '')">
git
</a>
</a> -->
</span>
</div>
</div>
Expand Down

0 comments on commit 0bd0751

Please sign in to comment.