diff --git a/COPYING b/COPYING index 94bba11..11e6705 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -©2025 Eugene Fox. All rights reserved. +©2026 Eugene Fox. All rights reserved. This repository and its content are subject to general copyright law. diff --git a/README.md b/README.md index 618a795..0400423 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,4 @@ This is a proprietary project and is subject to general copyright law. See [COPY [![GitHub](https://img.shields.io/badge/%40xfox111-GitHub?logo=github&logoColor=%23181717&label=GitHub&labelColor=white&color=%23181717)](https://github.com/xfox111) [![Buy Me a Coffee](https://img.shields.io/badge/%40xfox111-BMC?logo=buymeacoffee&logoColor=black&label=Buy%20me%20a%20coffee&labelColor=white&color=%23FFDD00)](https://buymeacoffee.com/xfox111) -> ©2025 Eugene Fox. All rights reserved +> ©2026 Eugene Fox. All rights reserved diff --git a/public/fox.svg b/public/fox.svg new file mode 100644 index 0000000..2a05139 --- /dev/null +++ b/public/fox.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/dialogs/AboutDialog.tsx b/src/dialogs/AboutDialog.tsx index cf8c534..96c30f7 100644 --- a/src/dialogs/AboutDialog.tsx +++ b/src/dialogs/AboutDialog.tsx @@ -50,11 +50,15 @@ export default function AboutDialog(): ReactElement Source code
- My website
Follow me on Bluesky
- ©{ new Date().getFullYear() } Eugene Fox. All rights reserved + + ©{ new Date().getFullYear() } Eugene Fox. + All rights reserved. + + + @@ -72,5 +76,10 @@ const useStyles = fui.makeStyles({ versionText: { userSelect: "text" + }, + img: + { + height: "120px", + alignSelf: "end" } });