Skip to content

Commit

Permalink
link endorisk website
Browse files Browse the repository at this point in the history
  • Loading branch information
akleinau committed Nov 25, 2024
1 parent 23ea9f0 commit 5dec031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Feedback @sendFeedback="sendFeedback"></Feedback>
</Dialog>
<OverlayPanel ref="networkOverlay" :header="$t('NetworkDescription')" style="width: 50%" :modal="true">
{{ Store.description }}
<p v-html="Store.description"></p>
</OverlayPanel>

<OverlayPanel ref="langOverlay">
Expand Down

0 comments on commit 5dec031

Please sign in to comment.