Skip to content

Commit b5a2f4e

Browse files
committed
Use font awesome remote nav arrows
1 parent 8b97a12 commit b5a2f4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/NotifyCompRemoteBar/NotifyCompRemoteBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function NotifyCompRemoteBar({ competitionId }: NotifyCompRemoteBarProps)
8080
disabled={remote.isSaving || !remote.previousGroup}
8181
aria-label="Go back to previous remote activity"
8282
onClick={() => runSwitch('previous')}>
83-
⏮
83+
<span className="fa fa-arrow-left" aria-hidden="true" />
8484
</button>
8585

8686
<button
@@ -102,7 +102,7 @@ export function NotifyCompRemoteBar({ competitionId }: NotifyCompRemoteBarProps)
102102
disabled={remote.isSaving || !remote.nextGroup}
103103
aria-label="Go to next remote activity"
104104
onClick={() => runSwitch('next')}>
105-
&#9197;
105+
<span className="fa fa-arrow-right" aria-hidden="true" />
106106
</button>
107107
</div>
108108

0 commit comments

Comments
 (0)