Update both site URLs

This commit is contained in:
Oliver Davies 2019-05-09 19:57:23 +01:00
parent c36476cd89
commit 3026cb8979
2 changed files with 2 additions and 6 deletions

View file

@ -5,7 +5,7 @@
<div class="w-3/4 py-5">
<div class="text-sm">
<a
:href="siteUrl"
href="/"
class="text-black"
tabindex="-1"
>
@ -54,10 +54,6 @@
<script>
export default {
props: {
siteUrl: {
type: String,
required: true
},
siteTitle: {
type: String,
required: true