Skip to content

Commit bf53cdc

Browse files
committed
[Site] Hide Toolkit menu
1 parent 3b24fce commit bf53cdc

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

ux.symfony.com/composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,5 @@
140140
"importmap:install": "symfony-cmd",
141141
"tailwind:build": "symfony-cmd"
142142
}
143-
},
144-
"repositories": {
145-
"symfony-ux-toolkit": {
146-
"type": "path",
147-
"url": "../src/Toolkit",
148-
"options": {
149-
"symlink": true
150-
}
151-
}
152143
}
153144
}

ux.symfony.com/templates/_header.html.twig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
</div>
4747

4848
<div class="AppNav_menu">
49-
<a href="{{ path('app_toolkit') }}" class="AppNav_item AppNav_item--cs">
49+
{# TODO: To uncomment when UX Toolkit is released #}
50+
{# <a href="{{ path('app_toolkit') }}" class="AppNav_item AppNav_item--cs">
5051
<span class="AppNav_badge" data-content="New"></span>
5152
Toolkit
52-
</a>
53+
</a> #}
5354
<a href="{{ path('app_turbo') }}" class="AppNav_item">Turbo</a>
5455
<a href="{{ path('app_live_component') }}" class="AppNav_item">Live <span>Components</span></a>
5556
<a href="{{ path('app_icons') }}" class="AppNav_item">Icons</a>

0 commit comments

Comments
 (0)