Skip to content

Unformatted files made it into main #59

@ko-karol

Description

@ko-karol

Set up format on save.

function navBar(session) {

    return /*html*/ `<ul>
    <li><a href='/'>Home</a>
    <div>
        ${
            session
                ? /*html*/ `<li><a href="/add-secret">Add new secret</a></li><li><form method="POST" action="/log-out"><button class="Button">Log out</button></form></li>`
                : /*html*/ `<li><a href="/sign-up">Sign up</a> or <a href="/sign-in">log in</a></li>`
        }
    </div>
    </ul>`;
}

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