Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making it better (DO NOT MERGE PLEASE) #192

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading