Skip to content

Commit

Permalink
Remove emoji headers from all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Sep 16, 2024
1 parent f493a2f commit 7ab230d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/(aspects)/coffee/cupping/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🥃 Cupping
# Cupping

Cupping is the practice of observing the flavour and sensory characteristics of
coffee. It's an industry practice that can be done informally by anyone, or by
Expand Down
2 changes: 1 addition & 1 deletion app/(aspects)/coffee/espresso/page.mdx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# 🍶 Espresso & Milk-based Derivations
# Espresso
2 changes: 1 addition & 1 deletion app/(aspects)/coffee/filter/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pour-Overs & Filter Brewing
# Pour-Over

## Bloom

Expand Down
2 changes: 1 addition & 1 deletion app/(aspects)/tech/stretch/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { StretchText } from "@/projects/stretchtext/stretchtext";

# 🧞 Arcane & Blursed StretchText
# Arcane & Blursed StretchText

The web is built on HyperText Markup Language (HTML), [proposed in 1990][html]
as a way to solve an inherent problem with vast bodies of writing: referencing
Expand Down
2 changes: 1 addition & 1 deletion app/(aspects)/tech/stuff/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🔌 Favorite Tools & Tech Stacks
# Favorite Tools & Tech Stacks

## Desktop

Expand Down
2 changes: 1 addition & 1 deletion app/(aspects)/tech/www/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🌐 Independent Webster
# Independent Webster

The web is a cool place. We have many platforms, social networks, never-ending
content, and lots of interesting people creating independent websites; and most
Expand Down
2 changes: 1 addition & 1 deletion app/(aspects)/words/life/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const InspiredByHenryLucesLIFE = stretchable(
export default function Page() {
return (
<div>
<h1>The Purpose of LIFE</h1>
<h1>The Purpose of LIFE</h1>
<Paragraph>
{InspiredByHenryLucesLIFE} To experience the world; to witness great
events; to comprehend the struggles of the poor and the ambitions of the
Expand Down
2 changes: 1 addition & 1 deletion components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Sidebar() {
<a href="/coffee">☕ barista</a>,
</li>
<li>
<a href="/food">🥘 cook,</a>,
<a href="/food">🥘 cook</a>,
</li>
<li>
<a href="/tech">🔩 tinkerer</a>,
Expand Down

0 comments on commit 7ab230d

Please sign in to comment.