Skip to content

Commit

Permalink
Merge pull request #759 from JuanPabloDiaz/GithubStar
Browse files Browse the repository at this point in the history
Add GitHubStar button
  • Loading branch information
JuanPabloDiaz authored Sep 19, 2024
2 parents 29b10a9 + 4b801cf commit 60edc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GithubStar/GithubStar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const GithubStar = () => {
className='github-button'
href='https://github.com/tech-conferences/confs.tech'
data-icon='octicon-star'
data-size='large'
data-size='small'
data-show-count='true'
aria-label='Star tech-conferences/confs.tech on GitHub'
data-color-scheme={darkModeEnabled ? 'dark' : 'light'}
Expand Down
2 changes: 2 additions & 0 deletions src/scenes/ConferenceList/ConferenceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
Link,
ScrollToConference,
SponsoredConference,
GithubStar,
} from 'src/components'
import { TOPICS } from 'src/components/config'
import { SortBy, SortDirection } from 'types/global'
Expand Down Expand Up @@ -194,6 +195,7 @@ const ConferenceListPage: React.FC<Props> = ({
<Link url='/conferences/new' routed>
Add a conference
</Link>
<GithubStar />
</p>
<Search />
<RefinementList
Expand Down

0 comments on commit 60edc0e

Please sign in to comment.