From b0a0b353ccf89ec74dab2c6334f0d50b4d2bc534 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 14 Feb 2026 21:55:41 +0000 Subject: [PATCH] rename the screenshot --- NotePad/img/notepad-icon.svg | 213 ++++++++++++++++++ .../{notepad.png => notepad-screenshot.png} | Bin README.md | 2 +- 3 files changed, 214 insertions(+), 1 deletion(-) create mode 100644 NotePad/img/notepad-icon.svg rename NotePad/img/{notepad.png => notepad-screenshot.png} (100%) diff --git a/NotePad/img/notepad-icon.svg b/NotePad/img/notepad-icon.svg new file mode 100644 index 0000000..5e4a964 --- /dev/null +++ b/NotePad/img/notepad-icon.svg @@ -0,0 +1,213 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NotePad/img/notepad.png b/NotePad/img/notepad-screenshot.png similarity index 100% rename from NotePad/img/notepad.png rename to NotePad/img/notepad-screenshot.png diff --git a/README.md b/README.md index 08860ee..1b9176b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple cross-platform text editor built with Avalonia UI and .NET 8. -![Screenshot](NotePad/img/notepad.png) +![Screenshot](NotePad/img/notepad-screenshot.png) ## Installation