💬 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
|
@ -38,7 +38,7 @@ const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a);
|
|||
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
||||
<h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</h1>
|
||||
<h1 class="text-3xl font-extrabold">[ Bookshelf ]</h1>
|
||||
<h2 class="text-xl font-semibold">on the shelf</h2>
|
||||
<ul class="flex flex-col text-s gap-2 text-l">
|
||||
{booksShelf.length !== 0 ? (
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: '🗂️ Logs'
|
||||
title: 'Logs'
|
||||
description: ''
|
||||
layout: "../../layouts/Layout.astro"
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ const mb2016Setups = mb["2016"];
|
|||
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
||||
<h1 class="text-3xl font-extrabold">MoonBoard 2016</h1>
|
||||
<h1 class="text-3xl font-extrabold">[ MoonBoard 2016 ]</h1>
|
||||
|
||||
<div class="grid grid-cols-2 md:grid-cols-3 gap-2">
|
||||
{mb2016Setups.map((mb) => (
|
||||
|
|
|
@ -29,7 +29,7 @@ const sortedYears = Object.keys(tvByYear).sort((a: any, b: any) => b - a);
|
|||
---
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
||||
<h1 class="text-3xl font-extrabold">📺 La télévision</h1>
|
||||
<h1 class="text-3xl font-extrabold">[ Watchlist ]</h1>
|
||||
|
||||
<h2 class="text-xl font-semibold">on the screen</h2>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue