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>
|
</Fab>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
{/* GitHub Issue Reporter FAB */}
|
{/* GitHub Issue Reporter FAB
|
||||||
<Tooltip title="Fehler oder Problem melden" placement="left">
|
<Tooltip title="Fehler oder Problem melden" placement="left">
|
||||||
<Fab
|
<Fab
|
||||||
color="error"
|
color="error"
|
||||||
@@ -344,7 +344,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => {
|
|||||||
>
|
>
|
||||||
<BugReportIcon sx={{ fontSize: "1.2rem" }} />
|
<BugReportIcon sx={{ fontSize: "1.2rem" }} />
|
||||||
</Fab>
|
</Fab>
|
||||||
</Tooltip>
|
</Tooltip>*/}
|
||||||
|
|
||||||
{/* Development-only Theme Customizer FAB */}
|
{/* Development-only Theme Customizer FAB */}
|
||||||
{isDevelopment && (
|
{isDevelopment && (
|
||||||
|
|||||||
Reference in New Issue
Block a user