Skip to content

Commit e1fd827

Browse files
committed
fix: github page not building
1 parent 9861223 commit e1fd827

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/pages/brand.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function BrandPage() {
3737
</CardHeader>
3838
<CardContent className="space-y-3">
3939
<div>
40-
<h4 className="font-medium mb-2">Do's</h4>
40+
<h4 className="font-medium mb-2">Do&apos;s</h4>
4141
<ul className="list-disc list-inside space-y-1 text-sm text-[hsl(var(--muted-foreground))]">
4242
<li>Use the colored logo on light backgrounds</li>
4343
<li>Maintain minimum clear space around the logo (at least 20% of logo height)</li>
@@ -47,12 +47,12 @@ export default function BrandPage() {
4747
</div>
4848
<Separator />
4949
<div>
50-
<h4 className="font-medium mb-2">Don'ts</h4>
50+
<h4 className="font-medium mb-2">Don&apos;ts</h4>
5151
<ul className="list-disc list-inside space-y-1 text-sm text-[hsl(var(--muted-foreground))]">
52-
<li>Don't modify, distort, or alter the logo in any way</li>
53-
<li>Don't use the logo on backgrounds that clash with its colors</li>
54-
<li>Don't place the logo too close to other elements</li>
55-
<li>Don't use outdated or low-resolution versions</li>
52+
<li>Don&apos;t modify, distort, or alter the logo in any way</li>
53+
<li>Don&apos;t use the logo on backgrounds that clash with its colors</li>
54+
<li>Don&apos;t place the logo too close to other elements</li>
55+
<li>Don&apos;t use outdated or low-resolution versions</li>
5656
</ul>
5757
</div>
5858
</CardContent>
@@ -67,7 +67,7 @@ export default function BrandPage() {
6767
</CardHeader>
6868
<CardContent className="space-y-3">
6969
<div>
70-
<h4 className="font-medium mb-2">Do's</h4>
70+
<h4 className="font-medium mb-2">Do&apos;s</h4>
7171
<ul className="list-disc list-inside space-y-1 text-sm text-[hsl(var(--muted-foreground))]">
7272
<li>Use the standard logo on neutral backgrounds</li>
7373
<li>Use the black logo on light backgrounds</li>
@@ -77,12 +77,12 @@ export default function BrandPage() {
7777
</div>
7878
<Separator />
7979
<div>
80-
<h4 className="font-medium mb-2">Don'ts</h4>
80+
<h4 className="font-medium mb-2">Don&apos;ts</h4>
8181
<ul className="list-disc list-inside space-y-1 text-sm text-[hsl(var(--muted-foreground))]">
82-
<li>Don't use the white logo on light backgrounds</li>
83-
<li>Don't use the black logo on dark backgrounds</li>
84-
<li>Don't recolor or modify the logo</li>
85-
<li>Don't use the logo as a decorative element</li>
82+
<li>Don&apos;t use the white logo on light backgrounds</li>
83+
<li>Don&apos;t use the black logo on dark backgrounds</li>
84+
<li>Don&apos;t recolor or modify the logo</li>
85+
<li>Don&apos;t use the logo as a decorative element</li>
8686
</ul>
8787
</div>
8888
</CardContent>
@@ -105,7 +105,7 @@ export default function BrandPage() {
105105
</CardHeader>
106106
<CardContent className="space-y-3">
107107
<div>
108-
<h4 className="font-medium mb-2">Do's</h4>
108+
<h4 className="font-medium mb-2">Do&apos;s</h4>
109109
<ul className="list-disc list-inside space-y-1 text-sm text-[hsl(var(--muted-foreground))]">
110110
<li>Use characters to add personality and warmth to your designs</li>
111111
<li>Maintain character proportions when resizing</li>
@@ -115,12 +115,12 @@ export default function BrandPage() {
115115
</div>
116116
<Separator />
117117
<div>
118-
<h4 className="font-medium mb-2">Don'ts</h4>
118+
<h4 className="font-medium mb-2">Don&apos;ts</h4>
119119
<ul className="list-disc list-inside space-y-1 text-sm text-[hsl(var(--muted-foreground))]">
120-
<li>Don't modify, recolor, or distort the characters</li>
121-
<li>Don't use characters in ways that contradict their personalities</li>
122-
<li>Don't use characters in inappropriate or offensive contexts</li>
123-
<li>Don't create derivative characters based on our designs</li>
120+
<li>Don&apos;t modify, recolor, or distort the characters</li>
121+
<li>Don&apos;t use characters in ways that contradict their personalities</li>
122+
<li>Don&apos;t use characters in inappropriate or offensive contexts</li>
123+
<li>Don&apos;t create derivative characters based on our designs</li>
124124
</ul>
125125
</div>
126126
</CardContent>

0 commit comments

Comments
 (0)