💬 replace emojis in headings with [ ]
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
a426978e1f
commit
9baa8242f3
34 changed files with 38 additions and 38 deletions
|
@ -28,7 +28,7 @@ const vinylData = Object.keys(vinylByAlbumTitle).map(albumTitle => {
|
|||
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col gap-4 mt-4">
|
||||
<h1 class="text-3xl font-extrabold">📀 Platesamlinga</h1>
|
||||
<h1 class="text-3xl font-extrabold">[ Vinyl collection ]</h1>
|
||||
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6">
|
||||
{vinylData.map((album) => (
|
||||
<div class="flex flex-col">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue