Skip to content

Commit

Permalink
Update lowercase-note.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Trysha-rbrn authored Sep 4, 2024
1 parent 9e9127d commit 8417876
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Admonition from "../../../Admonition";

export default function NoteLowercase({ name = "function" }) {
export default function NoteLowercase({ name = "функција" }) {
return (
<Admonition type="warning">
<p>Ово {name} почиње малим словом.</p>
<p>Ова {name} почиње малим словом.</p>
</Admonition>
);
}

0 comments on commit 8417876

Please sign in to comment.