Skip to content

Commit

Permalink
Merge pull request #660 from ragaeeb/issue-659-Remove_Donation_Sectio…
Browse files Browse the repository at this point in the history
…n_from_Home_Page

Remove donation section from home page (#659)
  • Loading branch information
UneatenStaple authored Mar 21, 2022
2 parents d94ce79 + 35356da commit 1242c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { PortfolioProvider } from '../context/context';
import { aboutData, contactInfo, donationsData, footerData, heroData } from '../mock/data';
import About from './About';
import Contact from './Contact';
import Donate from './Donate';
import Footer from './Footer/Footer';
import Hero from './Hero';
import Projects from './Projects';
Expand Down Expand Up @@ -33,9 +32,6 @@ function App() {
<LazyLoad>
<About />
</LazyLoad>
<LazyLoad>
<Donate />
</LazyLoad>
<LazyLoad>
<Contact />
</LazyLoad>
Expand Down
2 changes: 1 addition & 1 deletion src/style/sections/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
height: 100%;
border-top: 0px;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
//clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
padding-bottom: 10%;

@include respond(tab-land) {
Expand Down

0 comments on commit 1242c14

Please sign in to comment.