Skip to content

Commit

Permalink
Remove lock icon from role response button
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Nov 19, 2024
1 parent 45706d5 commit ea91e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/opportunities/[slug]/ResponseButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const LoadingSpinner = () => (
const SignInButton = () => (
<div className="flex flex-col gap-2">
<button className="btn-primary block text-center" onClick={() => signIn()}>
Mám zájem 🔒
Mám zájem
</button>
<p className="typo-caption text-balance text-center">
Pokud máš o nabízenou roli zájem, musíš se nejdřív přihlásit nebo
Expand Down

0 comments on commit ea91e17

Please sign in to comment.