Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed Jan 18, 2025
1 parent 613d695 commit 3fe0d61
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pages/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LatestDataYear } from '../constants/globals.vue';
// https://github.com/xerebede/gridsome-starter-typescript/issues/37
@Component<any>({
components: {
NewTabIcon
NewTabIcon,
},
metaInfo() {
return { title: 'About Us' };
Expand All @@ -25,8 +25,11 @@ export default class About extends Vue {

<p class="constrained">
Electrify Chicago is an independent open-source project based out of
<a href="https://chihacknight.org" target="_blank">Chi Hack Night <NewTabIcon /></a>
looking to shed light onto one of the biggest sources of Chicago's CO<sub>2</sub>
<a href="https://chihacknight.org" target="_blank"
>Chi Hack Night <NewTabIcon
/></a>
looking to shed light onto one of the biggest sources of Chicago's
CO<sub>2</sub>
emissions - buildings. By providing more information about some of the
city's largest and most polluting buildings, we hope to encourage these
buildings to electrify, particularly by mobilizing people related to the
Expand Down

0 comments on commit 3fe0d61

Please sign in to comment.