Skip to content

Commit

Permalink
minor fixes for unused var and incorrect class names
Browse files Browse the repository at this point in the history
  • Loading branch information
icanc0 committed Apr 5, 2024
1 parent f6c720b commit 6beef21
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/lib/ProjectCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import { base } from '$app/paths';
import { onMount } from 'svelte';
Expand Down
1 change: 0 additions & 1 deletion src/routes/(contact)/contact/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import LightButton from '$lib/LightButton.svelte';
import HoverableExternalLink from '$lib/HoverableExternalLink.svelte';
import { base } from '$app/paths';
</script>


Expand Down
2 changes: 1 addition & 1 deletion src/routes/(main)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@



<div class="flex flex-col textgray-900">
<div class="flex flex-col text-gray-900">
<div class="py-8 font-light lg:text-2xl">
Project Topics
</div>
Expand Down
1 change: 0 additions & 1 deletion src/routes/(main)/blogs/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script>
import ProjectCard from '$lib/ProjectCard.svelte';
import LightButton from '$lib/LightButton.svelte';
import { base } from '$app/paths';
</script>
Expand Down

0 comments on commit 6beef21

Please sign in to comment.