Skip to content

Commit

Permalink
Disable generating an evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Aug 5, 2024
1 parent 86f342c commit 51167b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Evaluation/Evaluation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const { path, page, generate, includeLinks, shuffle } = Astro.props;
<a href={`/evaluations/${path}`}
><Button icon="mdi mdi-book-open-variant" highlight={!generate} /></a
>
<a href={`/evaluations/generator/${path}`}
<!-- <a href={`/evaluations/generator/${path}`}
><Button icon="mdi mdi-creation" highlight={generate} /></a
>
> -->
<a
class="Question__contribute"
href={`https://github.com/CarletonComputerScienceSociety/questions/blob/main/src/content/evaluations/${path}.md`}
Expand Down

0 comments on commit 51167b0

Please sign in to comment.