Skip to content

Commit

Permalink
chore: update TC AITech unit (#11100)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the `TradingCompetition` component to modify the reward
unit from dollars (`$`) to `AITECH`, reflecting a change in the type of
reward for the trading competition.

### Detailed summary
- Changed the `unit` value from `'$'` to `'AITECH'` in the reward
configuration.
- Updated the URL for the trading competition article to ensure it
points to the correct resource.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
Chef-Yogi authored Dec 30, 2024
1 parent 0bc9325 commit 4bf9e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const tradingCompetitionConfig = {
learnMoreUrl:
'https://blog.pancakeswap.finance/articles/pancake-swap-x-solidus-ai-tech-trading-competition-50-000-in-rewards?utm_source=Website&utm_medium=infostripe&utm_campaign=AITECH&utm_id=TradingCompetition',
reward: '50,000',
unit: '$',
unit: 'AITECH',
},
bfg: {
imgUrl: 'bfg_competition',
Expand Down

0 comments on commit 4bf9e36

Please sign in to comment.