Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to image #127

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/views/exercises/paye-calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ <h1 class="govuk-heading-xl">
</h1>

<p class="govuk-body">Please reproduce <a class="govuk-link" href="http://payecalculator.hmrc.gov.uk/PAYE0.aspx">the PAYE calculator</a>. This page isn't in the GOV.UK style but please use components and styles from GOV.UK Design to create this page.</p>

<p class="govuk-body">
Try to upload your page and attach your link to the last section of this page. Remember to create a branch off the <code>main</code>. When you are ready to publish it, you can create a pull request and ask another designer to do the code review for you.</p>

<p class="govuk-body"><img class="exercise-apply-renew-passport__thumbnail" src="/public/images/exercises/paye-calculator/alexs/thumbnail-paye-calculator.png" alt="Page thumbnail"></p>
<p class="govuk-body"><img class="exercise-apply-renew-passport__thumbnail" src="/public/images/exercises/paye-calculator/thumbnail-paye-calculator.png" alt="Page thumbnail"></p>

<h2 class="govuk-heading-m">General rules</h2>

Expand Down