Skip to content

Commit

Permalink
removed text from about us,faculty
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak503 committed Dec 23, 2021
1 parent bd2e5ff commit c8819bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default class About extends React.Component {
<Typography align="center">
<a href={require(`../../docs/${book}`)} download={`${book}`}>
<img src={require("../../images/news-icon.svg")} />
GST Certificate[Download]
GST Certificate
</a>
</Typography>
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faculty/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function Faculty(props) {
src={require("../../images/news-icon.svg")}
className={classes.download}
/>
Faculty Rule book [Download]
Faculty Rule book
</a>
</Typography>
<Footer />
Expand Down

0 comments on commit c8819bf

Please sign in to comment.