Skip to content

Commit 535faa7

Browse files
committed
build
1 parent c92d30a commit 535faa7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/src/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export interface ServerStatus {
6060

6161
Modal.setAppElement('#root');
6262

63-
const discordCode = "gerev-is-pronounced-with-a-hard-g";
64-
6563
const modalCustomStyles = {
6664
content: {
6765
top: '50%',
@@ -331,7 +329,7 @@ export default class App extends React.Component <{}, AppState>{
331329
<a href="https://discord.gg/NKhTX7JZAF" rel="noreferrer" target='_blank'>
332330
<img data-tooltip-id="my-tooltip" src={DiscordImage}
333331
data-tooltip-content="Click for 24/7🕒 live support 👨‍🔧💬"
334-
data-tooltip-place="bottom"
332+
data-tooltip-place="bottom" alt="discord"
335333
className="absolute left-0 z-30 h-7 hover:fill-[#a7a1fe] fill-[#8983e0] float-left ml-6 mt-6 text-[42px] hover:cursor-pointer transition-all duration-300 hover:drop-shadow-2xl">
336334
</img>
337335
</a>

0 commit comments

Comments
 (0)