Skip to content

Commit

Permalink
Merge pull request #500 from polkadot-fellows/nik-fix-minor-image
Browse files Browse the repository at this point in the history
Fix image in salary from induct() to bump()
  • Loading branch information
wirednkod committed Sep 2, 2024
2 parents 3de4222 + fd6a583 commit 861cb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Salary/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SalaryInduct from './fellowshipSalary.induct.png'
import SalaryBump from './fellowshipSalary.bump.png'
import SubsquareRegister from './fellowshipSalary.register.subsquare.png'
import SubsquarePayout from './fellowshipSalary.payout.subsquare.png'
import SalaryPayoutOther from './fellowshipSalary.payoutOther.png'
Expand Down Expand Up @@ -182,7 +182,7 @@ export const Salary = () => {
(Polkadot-JS UI). This is required before registration and payouts can
be processed.
</p>
<img className="my-6" src={SalaryInduct} alt="salary induct" />
<img className="my-6" src={SalaryBump} alt="salary bump" />
</div>
<div className="">
<h1 className={reusableH1 + ' my-6'}>Registration</h1>
Expand Down

0 comments on commit 861cb0c

Please sign in to comment.