File tree 2 files changed +4
-4
lines changed
src/lib/components/sections/project-detail
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
98
98
<!-- Tags -->
99
99
<div
100
- class =" flex w-full justify-center sm:justify-start items-center gap-2 py-4 overflow-hidden"
100
+ class =" flex flex-wrap w-full justify-center sm:justify-start items-center gap-2 py-4 overflow-hidden"
101
101
>
102
102
{#each tags as tag }
103
103
<p
Original file line number Diff line number Diff line change 2
2
import type { ProjectDetail } from ' $lib/api/projects' ;
3
3
import type { ButtonColorVariant } from ' $lib/components/colors' ;
4
4
5
- import Wrappper from ' $lib/components/widgets/Wrappper.svelte' ;
6
5
import Button from ' $lib/components/buttons/Button.svelte' ;
7
- import Fa from ' svelte-fa ' ;
6
+ import Wrappper from ' $lib/components/widgets/Wrappper. svelte' ;
8
7
import {
9
8
faArrowLeft ,
10
9
faCodeFork ,
11
10
faDownload ,
12
11
faStar ,
13
12
faWarning
14
13
} from ' @fortawesome/free-solid-svg-icons' ;
14
+ import Fa from ' svelte-fa' ;
15
15
16
16
export let project: ProjectDetail ;
17
17
const disabledButton: ButtonColorVariant = { key: ' disabled' };
62
62
63
63
<!-- Tags -->
64
64
<div
65
- class =" flex w-full justify-center sm:justify-start items-center gap-2 py-4 overflow-hidden"
65
+ class =" flex flex-wrap w-full justify-center sm:justify-start items-center gap-2 py-4 overflow-hidden"
66
66
>
67
67
<p
68
68
class =" dark:bg-slate-800 border-slate-900 dark:text-slate-300 dark:border-slate-300 max-sm:text-sm px-2 sm:px-4 py-1 h-max border-2"
You can’t perform that action at this time.
0 commit comments