Skip to content

Commit

Permalink
Add bug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhas committed Oct 10, 2023
1 parent bbbe2a0 commit 1dd084d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Classes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const Classes = () => {
<Card.Body>
<Card.Title>{title}</Card.Title>
<Card.Text>{text}</Card.Text>
<Card.Text>{1 / 0}</Card.Text>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSd4ffJBqqq2tFyJMV1Y6eQKOqu1EIVP8XxRN1gR8VqqTa1dlQ/viewform?usp=sf_link"
rel="noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import svbdc1 from "../img/SVBDC1.webp";
import svbdc2 from "../img/SVBDC2.webp";

const badMethod = () => {
throw new Error("Bad method");
throw new Error("I crashed!");
};

const Events = () => {
Expand Down

0 comments on commit 1dd084d

Please sign in to comment.