Skip to content

Commit

Permalink
feat: create About section
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 11, 2024
1 parent a4824c1 commit 116d67c
Show file tree
Hide file tree
Showing 6 changed files with 113,908 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
[![Size](https://img.shields.io/github/repo-size/krutt/crisp)](https://github.com/krutt/tayan)
[![Last commit](https://img.shields.io/github/last-commit/krutt/crisp/master)](https://github.com/krutt/crisp)
[![Krutt banner](static/krutt-banner.svg)](https://github.com/krutt/crisp/blob/master/static/krutt-banner.svg)

3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<script lang="ts" setup>
/* components */
import { Hero, Navbar, Sponsors } from '@/components'
import { About, Hero, Navbar, Sponsors } from '@/components'
</script>

<template>
<Navbar />
<Hero />
<Sponsors />
<About />
</template>
Loading

0 comments on commit 116d67c

Please sign in to comment.