Twitter -> X

This commit is contained in:
Pascal Jufer 2023-10-29 14:39:22 +01:00
parent 146b5e41c0
commit d76649b0ae
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -30,8 +30,8 @@ by the _[Container]_.
An optional rule is regarding icons style. Iconoir is actually offering Regular and Solid icons. With the latter, icons names end with `-solid`. An example here:
- Regular\: `check-circle`
- Solid\: `check-circle-solid`
- Regular: `check-circle`
- Solid: `check-circle-solid`
## Object-Oriented Naming

View file

@ -41,8 +41,8 @@ export function Header({ currentVersion }: HeaderProps) {
<BuiltWith $isMobile>
Share with <Heart width={'1em'} height={'1em'} /> on{' '}
<a href={SHARE_LINK} target={'_blank'} rel={'noreferrer'}>
Twitter
</a>{' '}
X
</a>
</BuiltWith>
</MobileMenuContainer>
</HeaderCenter>
@ -50,8 +50,8 @@ export function Header({ currentVersion }: HeaderProps) {
<BuiltWith>
Share with <Heart width={'1em'} height={'1em'} /> on{' '}
<a href={SHARE_LINK} target={'_blank'} rel={'noreferrer'}>
Twitter
</a>{' '}
X
</a>
</BuiltWith>
<MobileMenuButton onClick={() => setMenuVisible((v) => !v)}>
{menuVisible ? <Xmark /> : <Menu />}