Skip to content

Commit

Permalink
Update project link in intro
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Nov 30, 2023
1 parent 0e00774 commit 0e35871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TheIntroPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<button @click="clearLocalStorageAndReload()">Reset progress and start over</button>
</div>
<div class="description" v-html="description" />
<p class="attribution">Powered by <a href="https://github.com/uclab-potsdam/interactive-flowchart" target="_blank">Interactive Flowchart</a></p>
<p class="attribution">Powered by <a href="https://uclab.fh-potsdam.de/interactive-flowchart/" target="_blank">Interactive Flowchart</a></p>
</div>
</div>
<button class="close" title="Close introduction" @click="$emit('toggleIntroPanel')"></button>
Expand Down

0 comments on commit 0e35871

Please sign in to comment.