Skip to content

Commit

Permalink
Merge pull request #403 from ReseauEntourage/fix/dashboard-center-dis…
Browse files Browse the repository at this point in the history
…cover-network

Fix - mini fix Center title dashboard
  • Loading branch information
guillobits authored Dec 18, 2024
2 parents 88a8748 + 6f56cb5 commit c381ddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const DashboardNetworkDiscoveryCard = () => {
const isDesktop = useIsDesktop();

return (
<Card title={cardVariables[user.role].title}>
<Card title={cardVariables[user.role].title} centerTitle>
<StyledDashboardCardContentContainer>
<StyledDashboardNetworkDiscoverContent>
{isDesktop && (
Expand Down

0 comments on commit c381ddf

Please sign in to comment.