Skip to content

Commit

Permalink
Remove User component && Remove ReactiveHero component
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jul 11, 2024
1 parent b117374 commit b31ed39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
17 changes: 0 additions & 17 deletions components/reactiveHero.vue

This file was deleted.

8 changes: 0 additions & 8 deletions components/user.vue

This file was deleted.

6 changes: 3 additions & 3 deletions pages/contributing.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div class="flex flex-col gap-8">
<ReactiveHero
:hero="$t('contributing.hero')"
:subtext="$t('contributing.subhero')"
<PageHero
:title="$t('contributing.hero')"
:sub-title="$t('contributing.subhero')"
/>
<span class="text-4xl">{{ $t("contributing.welcome") }}</span>
<ContributingSection
Expand Down

0 comments on commit b31ed39

Please sign in to comment.