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

Created_footer_and_header #15

Closed
wants to merge 3 commits into from
Closed

Conversation

azadehroshan
Copy link
Collaborator

#6 -Created_footer_and_header by Azadeh

Checklist:

  • My code follows the style guidelines of this project
  • I have carefully reviewed my own code
  • I have commented my code
  • I have updated any documentation

Add header and footer components, need to add logo and other materials in both.

Co-Authored-By: Anosh Malik <[email protected]>
Co-Authored-By: Roman-Hal <[email protected]>
Co-Authored-By: Yousef Shaikhan <[email protected]>
@@ -2,43 +2,53 @@ import { useEffect, useState } from "react";
import { Link } from "react-router-dom";
Copy link
Owner

Choose a reason for hiding this comment

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

Remove this line please

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -0,0 +1,9 @@
import React from 'react';
Copy link
Owner

Choose a reason for hiding this comment

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

Use double quotes around 'react' please

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks-done

Copy link
Owner

@AnoshMalik AnoshMalik left a comment

Choose a reason for hiding this comment

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

See individual messages for improvements

@@ -2,43 +2,53 @@ import { useEffect, useState } from "react";
import { Link } from "react-router-dom";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe to comment out this lines would avoid the conflict.

@@ -2,43 +2,53 @@ import { useEffect, useState } from "react";
import { Link } from "react-router-dom";

Copy link
Collaborator

Choose a reason for hiding this comment

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

Commenting out the line might help to avoid the conflict.

Copy link
Collaborator

@Roman-Hal Roman-Hal left a comment

Choose a reason for hiding this comment

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

There is some problems showing by the system to be corrected.


export function Home() {
const [message, setMessage] = useState("Loading...");
Copy link
Collaborator

Choose a reason for hiding this comment

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

avoid this line

@youweb3 youweb3 closed this Apr 23, 2023
Double quotation added in footer and header imports
commented unnecessary codes

Co-Authored-By: Anosh Malik <[email protected]>
Co-Authored-By: Roman-Hal <[email protected]>
Co-Authored-By: Yousef Shaikhan <[email protected]>
@AnoshMalik AnoshMalik reopened this Apr 23, 2023
Co-Authored-By: Anosh Malik <[email protected]>
Co-Authored-By: Roman-Hal <[email protected]>
Co-Authored-By: Yousef Shaikhan <[email protected]>
<h1>Suggestion Generator</h1>
<Footer />
</div>
);
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

add semicolon in line 51

@azadehroshan azadehroshan deleted the feature/HelloWorldPage branch April 23, 2023 18:18
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.

4 participants