File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/websockets-realtime-voting/src/client Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const customTheme = {
11
11
color : {
12
12
primary : "bg-red-500 hover:bg-red-600" ,
13
13
} ,
14
- } ,
14
+ }
15
15
} ;
16
16
17
17
export const Layout = ( { children } ) => {
@@ -20,9 +20,9 @@ export const Layout = ({ children }) => {
20
20
< Flowbite theme = { { theme : customTheme } } >
21
21
< div className = "p-8" >
22
22
< Navbar fluid rounded >
23
- < Navbar . Brand href = "https://flowbite-react.com ">
23
+ < Navbar . Brand className = "cursor-pointer ">
24
24
< img
25
- alt = "Flowbite React Logo"
25
+ alt = "Fox Logo"
26
26
className = "mr-3 h-6 sm:h-9"
27
27
src = { Logo }
28
28
/>
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const examples = [
26
26
{
27
27
title : 'Realtime voting via WebSockets 🔌' ,
28
28
description :
29
- 'A realtime, websockets powered voting app buit with Wasp in TypeScript.' ,
29
+ 'A realtime, websockets powered voting app built with Wasp in TypeScript.' ,
30
30
authorName : 'wasp' ,
31
31
authorImg : 'https://avatars.githubusercontent.com/u/55102317' ,
32
32
repoName : 'waspleau-jobs-example' ,
You can’t perform that action at this time.
0 commit comments