Skip to content

Commit

Permalink
Merge pull request #20 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
leon-luna-ray committed Nov 27, 2023
2 parents 22f7c3d + 217df00 commit e00d05a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 69 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Hero.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<section class="hero">
<div class="inner container">
<div class="inner container flex-col-2">
<h1>The progressive on-the-go travel budgeting app.</h1>
<p>A travel expenses app that works online and offline.</p>
<div v-if="auth.user" class="buttons">
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/HomePage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<main id="home" class="page flex-col-1">
<main id="home" class="page flex-col-2">
<Hero />
</main>
</template>
Expand Down
67 changes: 0 additions & 67 deletions routes/post.mjs

This file was deleted.

0 comments on commit e00d05a

Please sign in to comment.