Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove badges
Browse files Browse the repository at this point in the history
CodexAdrian committed Dec 1, 2023
1 parent adfc1c8 commit a566d36
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pages/user/[id].vue
Original file line number Diff line number Diff line change
@@ -193,20 +193,6 @@
</div>
</div>
</Card>
<Card>
<h2 class="sidebar-card-header">Badges</h2>
<div class="badges-container">
<div class="badge">
<BadgeModrinthTeam />
</div>
<div class="badge">
<Badge100kDownloads />
</div>
<div class="badge">
<Badge1MDownloads />
</div>
</div>
</Card>
<Card v-if="organizations">
<h2 class="sidebar-card-header">Organizations</h2>
<div class="organizations">
@@ -337,10 +323,6 @@ import { getProjectTypeForUrl } from '~/helpers/projects.js'
import UpToDate from '~/assets/images/illustrations/up_to_date.svg'
import ModalCreation from '~/components/ui/ModalCreation.vue'
import Badge1MDownloads from '~/assets/images/badges/downloads-1m.svg'
import Badge100kDownloads from '~/assets/images/badges/downloads-100k.svg'
import BadgeModrinthTeam from '~/assets/images/badges/modrinth-team.svg'
import BracesIcon from '~/assets/images/utils/braces.svg'
import GlassesIcon from '~/assets/images/utils/glasses.svg'
import WorldIcon from '~/assets/images/utils/world.svg'

0 comments on commit a566d36

Please sign in to comment.