Skip to content

Commit

Permalink
Merge pull request #197 from storybookjs/charles/sb-1509-change-the-s…
Browse files Browse the repository at this point in the history
…ize-of-categories-in-addon-sidebar-to-match-new

Change the size of "Categories" in addon sidebar to match "New to Storybook 8"
  • Loading branch information
cdedreuille authored Jul 16, 2024
2 parents d89bb62 + 5c3b51d commit a033b96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/addon-catalog/components/home-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ export const HomeWrapper = ({ tagLinks, children }: HomeProps) => {
{!search && (
<div className="flex flex-col gap-12 md:flex-row">
<div className="hidden flex-shrink-0 md:block md:w-[250px]">
<div className="flex items-center py-2 text-sm font-bold">
Categories
</div>
<h3 className="mb-6 text-2xl font-bold">Categories</h3>
<ul className="-ml-2 border-b border-b-zinc-300 pb-6 dark:border-b-slate-700">
{categories.map(({ name, href }) => (
<li key={name}>
Expand Down

0 comments on commit a033b96

Please sign in to comment.