🤦🏼‍♂️🤦🏼‍♂️

This commit is contained in:
Alan Rynne 2021-04-23 16:01:07 +02:00
Родитель 587b354677
Коммит 5fc9bd117e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@
<v-row v-if="selectedStream">
<v-col class="d-flex" cols="6" offset="3">
<h1>{{selectedStream.name}}</h1>
<v-btn text small :href="serverUrl+'/'+selectedStream.id">View in server</v-btn>
<v-btn text small :href="serverUrl+'/streams/'+selectedStream.id">View in server</v-btn>
</v-col>
</v-row>
<v-row v-if="commits">