We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99be6ba commit 70a7956Copy full SHA for 70a7956
content/docs/holograms/meta.json
@@ -2,5 +2,5 @@
2
"root": true,
3
"title": "Holograms",
4
"description": "Create and manage holograms",
5
- "icon": "Text"
+ "icon": "TextAlignStart"
6
}
src/app/(home)/page.tsx
@@ -5,7 +5,7 @@ import {
Shield,
User,
7
Brush,
8
- Text,
+ TextAlignStart,
9
Video,
10
Archive,
11
Landmark,
@@ -90,7 +90,7 @@ const otherCards: CardData[] = [
90
},
91
{
92
title: "Holograms",
93
- icon: Text,
+ icon: TextAlignStart,
94
description: "modern hologram plugin using the new display api",
95
href: "docs/holograms",
96
className: "group",
0 commit comments