Skip to content

Commit a74527c

Browse files
authored
Fix top logo in repo and doc site (#187)
1 parent 8ab4b1f commit a74527c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="resources/images/logo.png" width="5%" height="5%" title="DotNet 6502 logo">
2+
<img src="resources/images/logo-simple-text.png" width="25%" title="DotNet 6502 logo">
33
</p>
44
<h2 align="center">
55
A <a href="https://en.wikipedia.org/wiki/MOS_Technology_6502">6502 CPU</a> emulator for .NET

docs/assets/logo-simple-text.png

497 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dotnet-6502
22

33
<p align="center">
4-
<img src="assets/screenshots/AvaloniaDesktop_C64_Basic.png" width="60%" alt="DotNet 6502 emulator running C64 Basic" />
4+
<img src="assets/logo-simple-text.png" width="25%" alt="DotNet 6502 logo" />
55
</p>
66

77
A [6502 CPU](https://en.wikipedia.org/wiki/MOS_Technology_6502) emulator for .NET — cross-platform libraries and applications for executing 6502 machine code, and emulating specific computer systems (such as the Commodore 64) in different UI contexts.

0 commit comments

Comments
 (0)