Skip to content

Commit

Permalink
Remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Jan 2, 2025
1 parent c0e6d2c commit 8d44caf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/Blog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
{#if blogPost.description}
<p class="text-white font-semibold">{blogPost.description}</p>
{/if}

<p class="text-gray-400 text-white">
{new Date(blogPost.date).toLocaleDateString('en-US', {
year: 'numeric',
month: 'short',
day: 'numeric'
})}
</p>

<p class="text-gray-400 text-white">{blogPost.IsNews ? "Sbox.Game Blog" : "Kicks Blog"}</p>
</a>

0 comments on commit 8d44caf

Please sign in to comment.