We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19179c commit 0636e84Copy full SHA for 0636e84
src/templates/speaker.tsx
@@ -55,9 +55,18 @@ const SpeakersTemplate: FC<
55
<div className="flex flex-col lg:px-0">
56
<a
57
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]"
+ className="w-max rounded-md py-2.5 px-5 cursor-pointer hover:opacity-80 transition-all underline text-[#333333]"
59
>
60
- <span>← Back to Speakers</span>
+ <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>
70
</a>
71
<div className="mt-16 flex lg:flex-row flex-col gap-10">
72
<Avatar
0 commit comments