Skip to content

PR | Hanko Remix Starter | Updated Starter -> Main #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

IAm2XTr33M
Copy link

@IAm2XTr33M IAm2XTr33M commented Mar 11, 2025

My pull request for the Hanko Remix starter.
If theres anything that needs to be changed lmk and Ill look into it!

Created an updated starter using remix
Did some minor changes
LICENSE Outdated

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The license should not be deleted,

<HankoProfile />
</div>
)
const dashboardPage = () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use uppercase for the first letter, as the other components.

Suggested change
const dashboardPage = () => {
const DashboardPage = () => {

return { hankoUrl: hankoUrl };
};

const profilePage = () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use uppercase for the first letter, as the other components.

Suggested change
const profilePage = () => {
const ProfilePage = () => {

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed your feedback in the latest commit

Readded the License and changed letters for page components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants