forked from MapComplete/MapComplete
Refactoring: use forgejo-icon
This commit is contained in:
parent
d920afa09e
commit
1bd7d26104
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
import Generic_map from "../../assets/svg/Generic_map.svelte"
|
||||
import { UserGroupIcon } from "@babeard/svelte-heroicons/solid"
|
||||
import Marker from "../Map/Marker.svelte"
|
||||
import Forgejo from "../../assets/svg/Forgejo.svelte"
|
||||
|
||||
export let state: SpecialVisualizationState
|
||||
|
||||
|
@ -135,7 +136,7 @@
|
|||
{/if}
|
||||
|
||||
<div class="flex items-center gap-x-2">
|
||||
<Github class="h-8 w-8 shrink-0" />
|
||||
<Forgejo class="h-8 w-8 shrink-0" />
|
||||
<Tr t={codeContributors(contributors, t.codeContributionsBy)} />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue