Skip to content

Commit 6f1b4e5

Browse files
Fixed build errors
1 parent 38069a5 commit 6f1b4e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/web/app/sections/ExamplesSectionDefaultSizeExampleClientComponent.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ export const ExamplesSectionDefaultSizeExampleClientComponent = () => {
4949
</div>
5050
);
5151
};
52+
53+
// https://stackoverflow.com/questions/623172/how-to-get-the-image-size-height-width-using-javascript

apps/web/app/sections/SquircleDemoSection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export const SquircleDemoSection = () => {
4343
</Squircle>{" "}
4444
to build your own components.
4545
<br />
46-
If you <span className="font-bold">don't know what a squircle is</span>,
46+
If you{" "}
47+
<span className="font-bold">don&apos;t know what a squircle is</span>,
4748
read more below.
4849
<br />
4950
Available in <span className="font-bold">React</span>, and coming to

0 commit comments

Comments
 (0)