Skip to content

Commit fcb21f7

Browse files
push
1 parent 806a731 commit fcb21f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Officer.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
subTitle={title}
1919
width="12em"
2020
>
21-
<p>{description}</p>
21+
<!--<p>{description}</p>-->
22+
{#if name.includes("Kento")}
23+
<p> Crack Addict @ Harvard </p>
24+
{/if}
2225
<p slot="bottom" class="links">
2326
<a href={github} target="_blank">
2427
<!--<span><Icon path={mdiGithub} size="30px" /></span>-->

0 commit comments

Comments
 (0)