Skip to content

Commit 0636e84

Browse files
committed
better back to speakers link
1 parent e19179c commit 0636e84

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/templates/speaker.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,18 @@ const SpeakersTemplate: FC<
5555
<div className="flex flex-col lg:px-0">
5656
<a
5757
href="/conf/speakers"
58-
className="w-max rounded-md border-2 border-[#333333] border-solid py-2.5 px-5 cursor-pointer hover:opacity-80 transition-all hover:underline text-[#333333]"
58+
className="w-max rounded-md py-2.5 px-5 cursor-pointer hover:opacity-80 transition-all underline text-[#333333]"
5959
>
60-
<span>← Back to Speakers</span>
60+
<span
61+
style={{
62+
display: "inline-block",
63+
transform: "translateY(-1px)",
64+
marginRight: "5px",
65+
}}
66+
>
67+
68+
</span>
69+
<span>Back to Speakers</span>
6170
</a>
6271
<div className="mt-16 flex lg:flex-row flex-col gap-10">
6372
<Avatar

0 commit comments

Comments
 (0)