Skip to content

Commit

Permalink
visit our site
Browse files Browse the repository at this point in the history
  • Loading branch information
--global committed Oct 21, 2024
1 parent 8b7a0be commit a086a78
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .submodules/setup/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@ def print_intro():
{M}\\_____{C}\\___/ {Y}\\__,_|{M}\\___| {Y}|_| {M}\\___/{C}|_| {Y}|______{M}|_|{C}_| {Y}\\___|
"""
+ Style.RESET_ALL
+ "\nTo learn more, check out "
+ "\nTo learn more, "
+ generate_console_link(
"https://docs.codeforlife.education/", "our documentation"
"https://docs.codeforlife.education/",
"read our documentation",
)
+ " and "
+ generate_console_link(
"https://www.codeforlife.education/",
"visit our site",
)
+ ".\n"
)
Expand Down

0 comments on commit a086a78

Please sign in to comment.