diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 37587e0f..25b327fc 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -379,7 +379,17 @@ function App() {
- + {!selectedVersion ? ( + + ) : ( +
+ {`${selectedVersion.toUpperCase()} +
+ )}