Skip to content

Commit f3e0d6f

Browse files
committed
feat: hide Skills section
1 parent 619ea78 commit f3e0d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/templates/TemplateGitHub.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@
163163
{/if}
164164

165165
<!-- Skills -->
166-
{#if profile.resumeData?.skills}
166+
<!-- {#if profile.resumeData?.skills}
167167
<Skills skills={profile.resumeData.skills} />
168-
{/if}
168+
{/if} -->
169169

170170
<!-- Projects -->
171171
{#if profile.resumeData?.projects}

0 commit comments

Comments
 (0)