Skip to content

Commit

Permalink
Making it better
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaquette committed Sep 22, 2024
1 parent b9f1a8c commit 3c92f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2wr-app/src/components/prepare/hazards/hazard-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h2>{{item.name}} Safety</h2>
</v-col>
<v-col cols="12" class="text-center">
<v-btn x-large color="primary" width="80%" @click="beforeDialog = true">Before</v-btn>
<v-btn x-large color="primary" width="80%" @click="beforeDialog = false">Before</v-btn>
</v-col>
<v-col cols="12" class="text-center">
<v-btn x-large color="primary" width="80%" @click="duringDialog = true">During</v-btn>
Expand Down
2 changes: 1 addition & 1 deletion 2wr-app/src/components/welcome/welcome-landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<v-col v-if="stage === 1" cols="12" md="6" offset-md="3" class="text-left pa-6">
<h1 class="text-center text-uppercase text-h2">Welcome to 2 weeks ready</h1>
<p>
<p :style="{ color: '#BBBBBB'}">
<strong>2 Weeks Ready</strong> is a mobile application that makes
emergency preparedness a <strong>simple</strong>,
<strong>easy</strong>, <strong>sharable</strong>, and
Expand Down

0 comments on commit 3c92f49

Please sign in to comment.