We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faa727 commit 9b09971Copy full SHA for 9b09971
1 file changed
demo/src/components/Layout.js
@@ -43,9 +43,8 @@ const Layout = ({ children }) => {
43
<img
44
src={logoImage}
45
alt="Needle"
46
- className="h-16 w-16 object-contain"
+ className="h-24 w-24 object-contain"
47
/>
48
- <span className="ml-3 text-3xl font-bold text-amber-800">Needle UI</span>
49
</div>
50
<nav className="mt-5 px-2 space-y-1">
51
{navigation.map((item) => {
@@ -79,9 +78,8 @@ const Layout = ({ children }) => {
79
78
80
81
82
83
84
85
86
<nav className="mt-5 flex-1 px-2 space-y-1">
87
0 commit comments