Skip to content

Commit

Permalink
images draggable false on organisation card
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwajeetraj11 committed Jan 12, 2021
1 parent 20c6e94 commit 5db52b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Organisations/Organisations.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./Organisations.scss";
export const Box = ({ org }) => (
<div className="org">
<div className={!org.class ? "org__image" : org.class}>
<img src={org.logo} alt={org.name} className="image" />
<img src={org.logo} draggable={false} alt={org.name} className="image" />
</div>
<h3 className="org__title">{org.name}</h3>

Expand Down
2 changes: 1 addition & 1 deletion src/Components/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AppRouter = () => (
<Route path="/organisation/dsc-x" component={DscX} />
<Route path="/organisation/dsc-nsec" component={DSCNSEC} />
<Route path="/organisation/tesseract-coding" component={TesseractCoding} />
<Route path="/studentReports" component={StudentReportsPage} />
{/* <Route path="/studentReports" component={StudentReportsPage} /> */}
<Redirect from="*" to="/" />
</Switch>
<Footer />
Expand Down

1 comment on commit 5db52b4

@vercel
Copy link

@vercel vercel bot commented on 5db52b4 Jan 12, 2021

Choose a reason for hiding this comment

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

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/dsc-nsec/settings/billing.

Please sign in to comment.