-
Notifications
You must be signed in to change notification settings - Fork 317
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
changed "ask your question ui" #925
Conversation
frontend/src/app.js
Outdated
@@ -1,6 +1,6 @@ | |||
import { Fragment, useEffect, useState } from "react"; | |||
import { | |||
BrowserRouter as Router, | |||
// BrowserRouter as Router, |
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.
can you revert this change?
color: "#69a9dd", | ||
fontSize: "25px", | ||
textAlign: "center", | ||
// paddingLeft: "1.5rem", |
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.
[neat] remove this if its not required
@@ -1,5 +1,5 @@ | |||
import React, { useState } from "react"; | |||
import { NavLink, useHistory } from "react-router-dom"; | |||
// import { NavLink, useHistory } from "react-router-dom"; |
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.
[ques] why did we commented it?
Issue that this pull request solves
Closes: #909
Proposed changes
Change in "Ask your question " ui
Brief description of what is fixed or changed
Changed the background color of close button and arranged the tags in grind and made it more compact
Types of changes
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that applyScreenshots
Please attach the screenshots of the changes made in case of change in user interface
Other information
Any other information that is important to this pull request