Skip to content

Commit

Permalink
Remoção da tag h2 usada incorretamente
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Oct 23, 2024
1 parent a8dcd13 commit ba6cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Dashboard/TagCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const TagCloud = () => {

return (
<div>
<h2><Title>{i18n.t("dashboard.tags.cloudTitle")} {tags.length}</Title></h2>
<Title>{i18n.t("dashboard.tags.cloudTitle")} {tags.length}</Title>
{tags.length > 0 ? (
<div>
{tags.map((tag) => (
Expand Down

0 comments on commit ba6cc55

Please sign in to comment.