Skip to content

Commit 9109afa

Browse files
committed
fix: mispelling
1 parent cd14c9e commit 9109afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/publication/view/publication-details-view.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export default function PublicationDetailsView({ id }: Props) {
316316
sx={{ fontWeight: 'bold', lineHeight: 1.1, mb: 0.5, width: '100%' }}
317317
gutterBottom
318318
>
319-
Bakers
319+
Backers
320320
</Typography>
321321
</m.div>
322322
<Box sx={{ mt: 2, opacity: 0.8 }}>
@@ -327,7 +327,7 @@ export default function PublicationDetailsView({ id }: Props) {
327327
sx={{ lineHeight: 1.1, mb: 0.5, width: '100%' }}
328328
gutterBottom
329329
>
330-
No bakers yet. Be the first to join and support!
330+
No backers yet. Be the first to join and support!
331331
</Typography>
332332
</m.div>
333333
</Box>

0 commit comments

Comments
 (0)