fix: Space in repo names

This commit is contained in:
Andras Bacsai
2022-03-31 15:11:51 +02:00
parent f4ba60cf8f
commit 17d56aa972
5 changed files with 28 additions and 19 deletions

View File

@@ -30,8 +30,7 @@
<script>
import { dev } from '$app/env';
import { getDomain } from '$lib/components/common';
import { dashify } from '$lib/github';
import { getDomain, dashify } from '$lib/components/common';
export let source;
export let settings;