Skip to content

Commit

Permalink
SP-07: Add daily dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tihi321 committed Sep 5, 2024
1 parent 12bc338 commit 1402674
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Binary file added public/images/icons/daily-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions src/blocks/news/NewsFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ const NewsLinks = styled("div")`
align-items: end;
img {
width: 30px;
height: 30px;
width: 22px;
height: 22px;
}
span {
flex: 1;
text-align: center;
font-size: 14px;
font-size: 12px;
}
`;

Expand All @@ -39,10 +39,10 @@ const NewsLink = styled("a")`
flex-direction: row;
align-items: center;
justify-content: space-around;
width: 150px;
width: 100px;
background: var(--dark);
border-radius: 8px;
padding: 8px;
padding: 4px;
`;

const FeedOptions = styled("div")`
Expand Down Expand Up @@ -288,6 +288,10 @@ export const NewsFeed = () => {
</ContentOptions>
</FeedOptions>
<NewsLinks>
<NewsLink href="https://app.daily.dev">
<img src="/images/icons/daily-dev.png" />
<span>Daily</span>
</NewsLink>
<NewsLink href="https://www.perplexity.ai/discover">
<img src="/images/icons/perplexity.png" />
<span>Discover</span>
Expand Down

0 comments on commit 1402674

Please sign in to comment.