Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit f4dae71

Browse files
authored
Update front-cover.jl (#5)
1 parent 6e9915a commit f4dae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front-cover.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function front_cover()
180180
legJ = Label(fig[1, 3:5], "Julia", textsize=394,
181181
tellheight=false, halign=:left, font=NOTO_SANS_BOLD)
182182
translate!(legJ.elements[:text], 0, 0, 9)
183-
legD = Label(fig[1, 3:5], "\n\n\n\nData Science", textsize=126,
183+
legD = Label(fig[1, 3:5], "\n\n\n\nCiência de Dados", textsize=126,
184184
tellheight=false, halign=:left, font=NOTO_SANS_BOLD)
185185
translate!(legD.elements[:text], 0, 0, 9)
186186
vspace = "\n\n"

0 commit comments

Comments
 (0)