Skip to content

Commit

Permalink
ui: change bluesky and mastodon icons
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrc committed Dec 5, 2024
1 parent 7580b41 commit 8c05ebb
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ui/src/authors/components/AuthorBlueskyAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AuthorBlueskyAction = ({ bluesky }: { bluesky: string }) => {
>
<LinkWithTargetBlank href={href}>
<Tooltip title="Bluesky">
<Icon component={blueskyLogo} style={{ color: 'rgb(95,95,95)' }} />
<Icon component={blueskyLogo} />
</Tooltip>
</LinkWithTargetBlank>
</EventTracker>
Expand Down
8 changes: 8 additions & 0 deletions ui/src/common/assets/bluesky-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions ui/src/common/assets/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions ui/src/common/assets/mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions ui/src/home/components/NewsAndUpdates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
INSPIRE_TWITTER_ACCOUNT,
} from '../../common/constants';
import LinkWithTargetBlank from '../../common/components/LinkWithTargetBlank';
import { ReactComponent as blueskyLogo } from '../../common/assets/bluesky.svg';
import { ReactComponent as blueskyFilledLogo } from '../../common/assets/bluesky-filled.svg';

interface Post {
id: string;
Expand Down Expand Up @@ -96,11 +96,8 @@ const NewsAndUpdates = () => {
Follow us on
<LinkWithTargetBlank href={INSPIRE_BLUESKY_ACCOUNT}>
<Icon
style={{
fontSize: '25px',
color: '#1285FC',
}}
component={blueskyLogo}
component={blueskyFilledLogo}
style={{ fontSize: '25px' }}
/>
</LinkWithTargetBlank>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ exports[`NewsAndUpdates renders 1`] = `
}
style={
Object {
"color": "#1285FC",
"fontSize": "25px",
}
}
Expand Down

0 comments on commit 8c05ebb

Please sign in to comment.