mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 15:57:59 +00:00
make links section blue
This commit is contained in:
parent
d75ded6dbd
commit
17686dcdb7
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
<template lang="html">
|
||||
<b-alert show v-if="game.websites">
|
||||
<b-alert
|
||||
v-if="game.websites"
|
||||
show
|
||||
variant="primary"
|
||||
>
|
||||
<strong>External links</strong>
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue