| @@ -204,11 +204,11 @@ |
| 204 | 204 | transition: "width 0.2s ease", |
| 205 | 205 | }} |
| 206 | 206 | > |
| 207 | | {/* Current app trigger row */} |
| 208 | | <div |
| 207 | {/* Current app trigger row — links to app home */} |
| 208 | <a |
| 209 | href="/" |
| 209 | 210 | className={rowClass} |
| 210 | | onClick={() => setExpanded((v) => !v)} |
| 211 | | style={{ cursor: "pointer", whiteSpace: "nowrap" }} |
| 211 | style={{ cursor: "pointer", whiteSpace: "nowrap", textDecoration: "none" }} |
| 212 | 212 | > |
| 213 | 213 | <span className="shrink-0" style={{ width: 28, height: 28, display: "flex", alignItems: "center", justifyContent: "center" }}> |
| 214 | 214 | {logo} |
| @@ -221,7 +221,7 @@ |
| 221 | 221 | {productName} |
| 222 | 222 | </span> |
| 223 | 223 | )} |
| 224 | | </div> |
| 224 | </a> |
| 225 | 225 | |
| 226 | 226 | {/* Other apps — expand below */} |
| 227 | 227 | <div |
| 228 | 228 | |