Skip to content

Commit 9b09971

Browse files
committed
Remove 'Needle UI' text and make logo bigger and centered
1 parent 8faa727 commit 9b09971

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

demo/src/components/Layout.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ const Layout = ({ children }) => {
4343
<img
4444
src={logoImage}
4545
alt="Needle"
46-
className="h-16 w-16 object-contain"
46+
className="h-24 w-24 object-contain"
4747
/>
48-
<span className="ml-3 text-3xl font-bold text-amber-800">Needle UI</span>
4948
</div>
5049
<nav className="mt-5 px-2 space-y-1">
5150
{navigation.map((item) => {
@@ -79,9 +78,8 @@ const Layout = ({ children }) => {
7978
<img
8079
src={logoImage}
8180
alt="Needle"
82-
className="h-16 w-16 object-contain"
81+
className="h-24 w-24 object-contain"
8382
/>
84-
<span className="ml-3 text-3xl font-bold text-amber-800">Needle UI</span>
8583
</div>
8684
<nav className="mt-5 flex-1 px-2 space-y-1">
8785
{navigation.map((item) => {

0 commit comments

Comments
 (0)