There was an error while loading. Please reload this page.
1 parent 2b03d59 commit f50d822Copy full SHA for f50d822
1 file changed
src/views/AppHome.vue
@@ -1,5 +1,12 @@
1
<template>
2
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
9
+
10
<div class="float-end m-2 w-25">
11
<a href="https://boardgamegeek.com/boardgame/462920/bloomworks" target="_blank" rel="noopener">
12
<img src="../assets/game-bloomworks.webp" class="rounded shadow w-100 mb-3" alt=""/>
@@ -8,12 +15,6 @@
15
16
<h1>{{t('home.title')}}</h1>
17
- <!-- TODO: Remove alert -->
- <div class="row">
13
- <div class="col alert alert-warning">
14
- This is a prototype. The game is not published yet.
- </div>
18
19
<p v-html="t('home.play1')"></p>
20
<p v-html="t('home.play2')"></p>
0 commit comments