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

Merged
merged 6 commits into from
May 27, 2025

Conversation

IAm2XTr33M
Copy link
Contributor

@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
Contributor 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
@FreddyDevelop FreddyDevelop merged commit 83d4d05 into main May 27, 2025
@FreddyDevelop FreddyDevelop deleted the Updated-Starter branch May 27, 2025 13:48
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