Skip to content

Commit

Permalink
Format source.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 authored and sheepla committed Aug 31, 2024
1 parent c58c523 commit 5822d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Divider,
} from "@mui/material";
import GitHubIcon from "@mui/icons-material/GitHub";
import { open as browserOpen} from "@tauri-apps/api/shell";
import { open as browserOpen } from "@tauri-apps/api/shell";

const AboutDialog: React.FC<{ open: boolean; onClose: () => void }> = ({ open, onClose }) => {
return (
Expand Down

0 comments on commit 5822d5e

Please sign in to comment.