You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new menu to homepage for most viewed platforms (#12319)
* Add new menu to homepage for most viewed platforms
* Update copy
* Update next-env.d.ts
* Swap Node for JavaScript
* Fix dark mode appearance of new menu
* move data outside component
---------
Co-authored-by: Alex Krawiec <[email protected]>
Co-authored-by: s1gr1d <[email protected]>
@@ -49,9 +83,42 @@ export function PlatformFilterClient({platforms}: {platforms: Platform[]}) {
49
83
50
84
return(
51
85
<div>
86
+
{/* TODO: Refactor a more elegant solution for this top grid, this was thrown together quickly for https://github.com/getsentry/projects/issues/548 */}
0 commit comments