Skip to content

Commit

Permalink
feat: remove PascalCase
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Jan 17, 2025
1 parent 089d7e0 commit 9d40e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/iconography/icon-bottom-infomation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export const IconBottomInfomation = () => {
<div className="flex gap-4 items-end">
<div
className="text-xl font-bold"
// biome-ignore lint/security/noDangerouslySetInnerHtml: <explanation>
dangerouslySetInnerHTML={{ __html: highLightedName }}
/>
<div className="text-sm">{pascalCaseIconName}</div>
<div className="flex flex-col gap-1">
{serviceName && (
<div className="text-seed-fg-danger text-xs">
Expand Down

0 comments on commit 9d40e0c

Please sign in to comment.