This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains 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
jahn18
approved these changes
Feb 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid work!
Todo:
|
jahn18
suggested changes
Feb 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor comments:
- You left a
console.log
in the code so that needs to be removed. - The pipeline is failing because of lint checks. To fix this, you want to go into the docker desktop, click on the website container, go into the tab labelled
exec
, then run the commandsnpm run format
andnpm run lint
. Then commit whatever files the linter has reformatted.
Thanks for getting rid of the extra vertical scroll :)
ohh right thanks john sry abt that ill fix that soon
…On Thu, Feb 8, 2024 at 4:06 PM John Ahn ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Very minor comments:
- You left a console.log in the code so that needs to be removed.
- The pipeline is failing because of lint checks. To fix this, you
want to go into the docker desktop, click on the website container, go into
the tab labelled exec, then run the commands npm run format and npm
run lint. Then commit whatever files the linter has reformatted.
Thanks for getting rid of the extra vertical scroll :)
------------------------------
In views/components/Header/Header.tsx
<#91 (comment)>:
> @@ -0,0 +1,18 @@
+import React from 'react';
+import styles from './header.module.css';
+
+function Header() {
+ console.log(styles);
Please remove the console.log
—
Reply to this email directly, view it on GitHub
<#91 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARI733HMJ4QWO3ZWDLOA2ZTYSVR63AVCNFSM6AAAAABCWOTK3OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQNZRGQ2TIOBXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
jahn18
approved these changes
Feb 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added Header component to index.tsx
Created Header.tsx inside components
Added SailbotLogo.png inside public
Verification
Resources