Skip to content

Very Tiny Unicode Typo [Visual Typo] #11

@MikeTheBuddy

Description

@MikeTheBuddy

I noticed something while looking at the text within the entrypoint.sh file, which is on line 198, the second │ isn't the unicode symbol but instead |

For side by side, this is what I mean

echo '\033[38;5;75m╭──────────────────────────────────────────────────────╮\033[0m'
echo '\033[38;5;75m│                  🔐 SSH Tunnel Portal                |\033[0m'
echo '\033[38;5;75m╰──────────────────────────────────────────────────────╯\033[0m'

When it should look like this

echo '\033[38;5;75m╭──────────────────────────────────────────────────────╮\033[0m'
echo '\033[38;5;75m│                  🔐 SSH Tunnel Portal                │\033[0m'
echo '\033[38;5;75m╰──────────────────────────────────────────────────────╯\033[0m'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions