Skip to content

Commit

Permalink
fix: release-log text (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB authored Oct 24, 2023
1 parent 92e5a68 commit 46a4d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ReleaseLog/ReleaseLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ const ReleaseLog = () => {
<div
dangerouslySetInnerHTML={{
__html:
log.name === 'io-comune' ? (
log.name === 'io-Comune' ? (
logDCPT
) : log.name == 'io-cittadino' ? (
) : log.name == 'io-Cittadino' ? (
logIoCittadino
) : log.name == 'io-prenoto' ? (
) : log.name == 'io-Prenoto' ? (
logIoPrenoto
) : (
<div></div>
Expand Down

0 comments on commit 46a4d5f

Please sign in to comment.