mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore(app): moved discord link from footer to stations view
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
<FlagIcon :language-id="mainStore.currentLocale == 'pl' ? 0 : 1" />
|
||||
</button>
|
||||
|
||||
<a
|
||||
class="a-button btn--image discord-link"
|
||||
href="https://discord.gg/x2mpNN3svk"
|
||||
target="_blank"
|
||||
data-tooltip-type="HtmlTooltip"
|
||||
:data-tooltip-content="`<b>${$t('app.discord-link-content')}</b>`"
|
||||
>
|
||||
<img src="/images/icon-discord.png" alt="discord logo icon" />
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="a-button btn--image gnr-link"
|
||||
href="https://generator-td2.web.app/"
|
||||
@@ -203,11 +213,12 @@ a.pojazdownik-link {
|
||||
}
|
||||
}
|
||||
|
||||
a.gnr-link {
|
||||
a.gnr-link,
|
||||
a.discord-link {
|
||||
background-color: #141414;
|
||||
|
||||
&:hover {
|
||||
background-color: #222222;
|
||||
background-color: #333;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user