Skip to content

Commit

Permalink
add button for telegram chat
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jan 18, 2025
1 parent ca8949e commit 165cd8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file added public/icons/telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/ConfigurationPage/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
color: var(--oda-secondary-text-color);
margin-right: 5px;
}
& a:hover {
transform: translateY(-2px);
filter: brightness(100);
}
}
3 changes: 3 additions & 0 deletions src/components/ConfigurationPage/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export default function Header({}) {
<div className={`${classes.headercontainer}`}>
<ODALogo />
<div className={`${classes.buttons}`}>
<a href="https://t.me/opendonationassistant">
<img width={25} height={25} src="/icons/telegram.png" />
</a>
<a href="https://oda.digital/news">
<span className="material-symbols-sharp">news</span>
</a>
Expand Down

0 comments on commit 165cd8d

Please sign in to comment.