Created
October 13, 2021 19:15
-
-
Save brennerhaverlock/2b49b9de15196d5943bf92618f702b50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const LoginPage = () => { | |
| const logo = "/assets/images/no-placeholder/logo.png" | |
| return ( | |
| <Fragment> | |
| <Head> | |
| <title>Login - [Store Name] </title> | |
| </Head> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to change the title element based on another page that contains the user's input for "Store Name". I'm somewhat new to JS, is there a easy way to do this?