Skip to content

Commit f50d822

Browse files
committed
fix safari display issue
1 parent 2b03d59 commit f50d822

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/views/AppHome.vue

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<template>
22

3+
<!-- TODO: Remove alert -->
4+
<div class="row">
5+
<div class="col">
6+
<p class="alert alert-warning">This is a prototype. The game is not published yet.</p>
7+
</div>
8+
</div>
9+
310
<div class="float-end m-2 w-25">
411
<a href="https://boardgamegeek.com/boardgame/462920/bloomworks" target="_blank" rel="noopener">
512
<img src="../assets/game-bloomworks.webp" class="rounded shadow w-100 mb-3" alt=""/>
@@ -8,12 +15,6 @@
815

916
<h1>{{t('home.title')}}</h1>
1017

11-
<!-- TODO: Remove alert -->
12-
<div class="row">
13-
<div class="col alert alert-warning">
14-
This is a prototype. The game is not published yet.
15-
</div>
16-
</div>
1718

1819
<p v-html="t('home.play1')"></p>
1920
<p v-html="t('home.play2')"></p>

0 commit comments

Comments
 (0)