Sceneria: przeniesiono link do wątku forum

This commit is contained in:
2022-07-12 11:14:56 +02:00
parent 825e25434a
commit 506064cf9a
4 changed files with 18 additions and 20 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
<template>
<section class="info-header">
<div class="scenery-name">
<a v-if="station.generalInfo?.url" :href="station.generalInfo.url" target="_blank" rel="noopener noreferrer">
{{ station.name }}
</a>
<span v-else>{{ station.name }}</span>
{{ station.name }}
</div>
<div class="scenery-hash" v-if="station.onlineInfo?.hash">#{{ station.onlineInfo.hash }}</div>
@@ -33,7 +29,6 @@ export default defineComponent({
.scenery-name {
font-weight: bold;
color: $accentCol;
position: relative;
@@ -52,3 +47,4 @@ export default defineComponent({
font-size: 1.2em;
}
</style>