Skip to content

Commit

Permalink
fix: remove bold class
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 committed Sep 6, 2024
1 parent 54715ae commit 155520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-ds-components/components/es-error-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const errorLongMessage = messages?.longMessage || errorCodeToMessages.default.lo
width="53px" />
</div>
</div>
<p class="font-weight-bolder mb-200 mb-md-0">{{ item.label }}</p>
<p class="mb-200 mb-md-0">{{ item.label }}</p>
</a>
</b-col>
</b-row>
Expand Down

0 comments on commit 155520b

Please sign in to comment.