mirror of
https://github.com/romancm/gamebrary
synced 2025-03-07 16:17:22 +00:00
remove back buttons
This commit is contained in:
parent
620e236ede
commit
0e32b568fc
4 changed files with 0 additions and 28 deletions
|
@ -2,13 +2,6 @@
|
|||
<b-container class="pt-3">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h3 class="m-0">
|
||||
<b-button
|
||||
:variant="nightMode ? 'dark' : 'light'"
|
||||
@click="$router.push({ name: 'settings' })"
|
||||
>
|
||||
<i class="fas fa-angle-left fa-fw" aria-hidden />
|
||||
</b-button>
|
||||
|
||||
About Gamebrary
|
||||
</h3>
|
||||
</div>
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
<b-container class="pt-3">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h3 class="m-0">
|
||||
<b-button
|
||||
:variant="nightMode ? 'dark' : 'light'"
|
||||
@click="$router.push({ name: 'settings' })"
|
||||
>
|
||||
<i class="fas fa-angle-left fa-fw" aria-hidden />
|
||||
</b-button>
|
||||
|
||||
Account
|
||||
</h3>
|
||||
</div>
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
<b-container class="pt-3">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h3 class="m-0">
|
||||
<b-button
|
||||
:variant="nightMode ? 'dark' : 'light'"
|
||||
@click="$router.push({ name: 'settings' })"
|
||||
>
|
||||
<i class="fas fa-angle-left fa-fw" aria-hidden />
|
||||
</b-button>
|
||||
|
||||
Releases
|
||||
</h3>
|
||||
</div>
|
||||
|
|
|
@ -24,13 +24,6 @@
|
|||
<!-- TODO: add wallpaper preview carousel -->
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h3 class="m-0">
|
||||
<b-button
|
||||
:variant="nightMode ? 'dark' : 'light'"
|
||||
@click="$router.push({ name: 'settings' })"
|
||||
>
|
||||
<i class="fas fa-angle-left fa-fw" aria-hidden />
|
||||
</b-button>
|
||||
|
||||
{{ $t('wallpapers.title') }}
|
||||
</h3>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue