Skip to content

Commit 66bb78e

Browse files
committed
fix: footer in example
1 parent 697d66a commit 66bb78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ const App = () => {
338338
</div>
339339
</div>
340340
</main>
341-
<footer className="mx-auto mt-18 max-w-fit border-gray-200/10 border-tpy-6 backdrop-blur-sm">
341+
<footer className="mx-auto my-18 max-w-fit border-gray-200/10 border-tpy-6 backdrop-blur-sm">
342342
<div className="px-4">
343343
<div className="text-center text-gray-600 text-sm dark:text-gray-400">
344344
Built by{" "}

0 commit comments

Comments
 (0)