Skip to content

Commit 70a7956

Browse files
committed
Update holograms icon to use TextAlignStart for consistency
1 parent 99be6ba commit 70a7956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/holograms/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"root": true,
33
"title": "Holograms",
44
"description": "Create and manage holograms",
5-
"icon": "Text"
5+
"icon": "TextAlignStart"
66
}

src/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
Shield,
66
User,
77
Brush,
8-
Text,
8+
TextAlignStart,
99
Video,
1010
Archive,
1111
Landmark,
@@ -90,7 +90,7 @@ const otherCards: CardData[] = [
9090
},
9191
{
9292
title: "Holograms",
93-
icon: Text,
93+
icon: TextAlignStart,
9494
description: "modern hologram plugin using the new display api",
9595
href: "docs/holograms",
9696
className: "group",

0 commit comments

Comments
 (0)