Skip to content

Commit

Permalink
Layout update for fitting, fleets list items and fitting page header …
Browse files Browse the repository at this point in the history
…layout (minmatarfleet#458)

* Layout update for fitting and fleets list items

* Updated fitting page header layout

* Increased gap on last updated text
  • Loading branch information
beautifulmim authored Jun 8, 2024
1 parent bbd37cf commit 9750af0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ const page_title = fitting_parsed.name;
<Flexblock gap='var(--space-3xs)'>
<img loading="lazy" height="64" width="64" src={get_item_icon(ship_id)} alt={fitting_parsed.ship_name} />
<PageTitle>{page_title}</PageTitle>
<small>{t('last_updated')} {format_date_short(lang, fitting.updated_at)}</small>
</Flexblock>
<small>{t('last_updated')} {format_date_short(lang, fitting.updated_at)}</small>
<ButtonStack>
<Button
onclick="copyFitToClipboard('fit-clipboard', 'Fit copied (EFT Format): ')"
Expand Down

0 comments on commit 9750af0

Please sign in to comment.