Skip to content

Commit

Permalink
Merge pull request #1848 from GW2Treasures/feature/wintersday-login-n…
Browse files Browse the repository at this point in the history
…otification-margin

Add margin on wintersday item page between item table and login notice for logged out users
  • Loading branch information
darthmaim authored Dec 10, 2024
2 parents f480292 + 0a10c38 commit 9054c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/[language]/festival/wintersday/(index)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default async function WintersdayPage() {
<ItemTable query={{ where: { id: { in: itemIds }}}} defaultColumns={['item', 'rarity', 'type', 'buyPrice', 'buyPriceTrend', 'sellPrice', 'sellPriceTrend']}/>
</ItemTableContext>

<div style={{ marginTop: 32 }}/>

<Gw2Accounts requiredScopes={requiredScopes} loading={null} loginMessage={<Trans id="festival.wintersday.items.login"/>} authorizationMessage={<Trans id="festival.wintersday.items.authorize"/>}>
{items.map((item) => (
<Fragment key={item.id}>
Expand Down

0 comments on commit 9054c40

Please sign in to comment.