Skip to content
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

added logo to the header #12

Merged
merged 7 commits into from
Jul 31, 2024
Merged

added logo to the header #12

merged 7 commits into from
Jul 31, 2024

Conversation

sun-amy
Copy link
Collaborator

@sun-amy sun-amy commented Jul 31, 2024

Moved the logo from the public folder into src/ImageAssets folder to be accessible, then added the logo to the header.

image

We also moved the header.tsx file into its own folder, and the Hamburgerbutton.tsx and the Hamburgerbutton.scss into their own folder.

Additionally we changed the tab title to Marsio Kart.

image

Things to Check

  • Have all the requirements of your ticket have been met
  • Have you added tests if needed for your ticket - NA
  • Are all the tests passing - NA

Copy link
Contributor

@Kiran-R-K Kiran-R-K left a comment

Choose a reason for hiding this comment

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

This looks really good - I also appreciate that you've taken the time to do some clean up and improvement of file structuring around the app.

A couple of points:

  • I have left an optional comment, I intend to approve either way but it's up to you two if you want to action it or not - see how you feel about it.
  • I'm going to approve this but it's not mergeable yet because the pipeline has failed so once you push a fix for that you will be able to merge it without it needing another review. (I'm happy to talk through what the error is and the fix for it if you want just pop me a message).
  • Moving those files into folders could to lead to some clashes with other code (that doesn't mean it's not a good choice - it is, but it's one that requires extra team communication) I would suggest sending a message in the mars-mission channel letting everyone know what you moved and where so that they know to expect this change when they merge into main.

Let me know if you have any questions

@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Marsio Kart</title>
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice change :)

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this file was accidentally left in your branch form another ticket - you can delete it from this branch so it doesn't get merged in with this work

Copy link
Contributor

Choose a reason for hiding this comment

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

As above, this looks like this file has snuck in from another branch - you can delete it from this branch so it doesn't get merged in with this work

src/Header/Header.tsx Outdated Show resolved Hide resolved
@sun-amy sun-amy merged commit 8f7dfc6 into main Jul 31, 2024
1 check passed
@sun-amy sun-amy deleted the mm-401-add-logo-to-header branch July 31, 2024 15:34
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