Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions client/.eslintrc.json

This file was deleted.

8 changes: 0 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion client/src/components/AdminTables/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const AdminTables = ({ pageLocation, roles }) => {
key="cv"
render={(text, { cv }) => (
<a href={cv} target="_blank" rel="noreferrer">
{cv}
Cv link
</a>
)}
/>
Expand Down
3 changes: 1 addition & 2 deletions client/src/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ const Header = () => {
</div>
<Title level={2} className="PracticeMakesPerfect">Practice Makes Perfect</Title>
<Title level={5} className="pDescribe">
More than 2 billion people in over countries use Nova to
practice with professional interviewer.
Nova is used by over 2 million people in over 200 countries to practice interviewing with expert interviewers.
</Title>
{!user ? (
<LoginButton title="Start Practicing" className="btnStartPracticing" />
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/IntreviewerApp/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const IntreviewerApp = () => (

<div className="intreviewer-app">
<div className="heading">
<Title level={4} className="main-title">Get Our Application</Title>
<Title level={4} className="main-title">Care to Join?</Title>
<Title level={2} className="sub-title">You Can Easily Join Our Team…!</Title>
<Title level={5} className="description-title">Help us on our quest to make good software even better.</Title>
<JoinUsBtn />
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Resources = () => {
<SectionIntro
action="We Provide"
title="Resources"
description="Why Nova, what is it characterized by, and what does it offer you."
description="We've compiled a list of useful resources to help you ace your next interview!"
/>
<div className="resources__cards">
{resourcesArray.map(({
Expand Down
Loading