Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rw/feat/hyperlinks #215

Merged
merged 9 commits into from
Apr 11, 2023
16 changes: 14 additions & 2 deletions src/components/core/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,21 @@
</v-col>
<v-col cols="6">
<v-card-subtitle class="text-left pa-2">
created by <strong>Arup</strong>
<a
href="https://www.arup.com/"
target="_blank"
class="text-decoration-none"
style="color: inherit"
>created by <strong>Arup</strong></a
>
<br />
powered by <strong>Speckle</strong>
<a
href="https://speckle.systems/"
target="_blank"
class="text-decoration-none"
style="color: inherit"
>powered by <strong>Speckle</strong></a
>
</v-card-subtitle>
</v-col>
</v-row>
Expand Down