Skip to content

Commit

Permalink
Align icons
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik committed Sep 2, 2024
1 parent 1f0ba5c commit 216c967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/Module/TabLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function ModuleTabLink({
count,
disabled,
}: ModuleTabLinkProps) {
const sharedClasses = "flex px-4 py-2";
const sharedClasses = "flex px-4 py-2 items-center";

const component = disabled ? (
<button
Expand Down

0 comments on commit 216c967

Please sign in to comment.