Skip to content

Commit

Permalink
Revert "Therapy Added!"
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddheshShinde-tech committed Nov 25, 2020
1 parent d796ee7 commit 564fe1d
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 138 deletions.
1 change: 0 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;

}

.image{
Expand Down
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Reward from "./HomepageSubparts/Self Tracking/reward";
import CheckBack from "./HomepageSubparts/Self Tracking/checkback";
import Objective from "./HomepageSubparts/Self Tracking/objective";
import ShowDown from "./HomepageSubparts/Self Tracking/final";
import Therapymainpage from "./HomepageSubparts/Therapy/therapymainpage";

function App() {
return (
Expand All @@ -25,7 +24,6 @@ function App() {
<Route path="/signup" component={SignInSide}></Route>
<Route path="/homepage" component={HomepageMain}></Route>
<Route path="/expertdoctors" component={Doctormainpage}></Route>
<Route path="/therapy" component={Therapymainpage}></Route>
<Route path="/post/:postId" component={Post} />
<Route path="/anxietyTest" component={FirstTest}></Route>
<Route path="/depressionTest" component={SecondTest}></Route>
Expand Down
3 changes: 1 addition & 2 deletions src/Homepage/HomepageComponents/Therapy/Therapy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'
import './therapy.css'
import therapyHome from '../../HomepageAssets/therapyHome.jpg'
import { Link } from 'react-router-dom'


const Therapy = props => {
Expand All @@ -21,7 +20,7 @@ const Therapy = props => {
<p className="TherapyDescriptionContent">Then take a appoint of yourself with the therapies and nudge yourself towards relaxation and calmness.</p>
<br></br>
<div>
<Link to="/therapy" class="round-button">Take Therapy</Link>
<a href="http:https://example.com" class="round-button">Take Therapy</a>
</div>
</div>
</div>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
59 changes: 0 additions & 59 deletions src/HomepageSubparts/Therapy/therapymainpage.css

This file was deleted.

74 changes: 0 additions & 74 deletions src/HomepageSubparts/Therapy/therapymainpage.js

This file was deleted.

0 comments on commit 564fe1d

Please sign in to comment.