Skip to content

Commit

Permalink
AboutView: put back cardwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianENguyen committed Nov 28, 2021
1 parent 596e1da commit 7d0d212
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-container id="about">
<CardWrapper>
<h1 id="about_header">About Us</h1>
<h2 class="about_subheader">The Tzu Chi Foundation</h2>
<p>
Expand Down Expand Up @@ -30,12 +30,15 @@
as food-packing events, medical outreaches, senior center visits, and
socials. Go Beach! Go Tzu Ching!
</p>
</v-container>
</CardWrapper>
</template>

<script>
import CardWrapper from '../components/UI/CardWrapper';
export default {
components: {},
components: {
CardWrapper,
},
};
</script>

Expand Down

0 comments on commit 7d0d212

Please sign in to comment.