style: update comment formatting for GitHub Issue Reporter FAB in App.js
This commit is contained in:
@@ -329,7 +329,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => {
|
||||
</Fab>
|
||||
</Tooltip>
|
||||
|
||||
{/* GitHub Issue Reporter FAB */}
|
||||
{/* GitHub Issue Reporter FAB
|
||||
<Tooltip title="Fehler oder Problem melden" placement="left">
|
||||
<Fab
|
||||
color="error"
|
||||
@@ -344,7 +344,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => {
|
||||
>
|
||||
<BugReportIcon sx={{ fontSize: "1.2rem" }} />
|
||||
</Fab>
|
||||
</Tooltip>
|
||||
</Tooltip>*/}
|
||||
|
||||
{/* Development-only Theme Customizer FAB */}
|
||||
{isDevelopment && (
|
||||
|
||||
Reference in New Issue
Block a user