Fixed the icon location
authorrajdakin <rajdakin@gmail.com>
Mon, 1 Feb 2021 20:33:46 +0000 (21:33 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Feb 2021 20:33:46 +0000 (21:33 +0100)
content/stands/box86.md

index 1cc5175d25ff03a865e0953e1507cc6843e7ddf7..0e373d2292c050b0e343a366cd6825217c735bb1 100644 (file)
@@ -9,7 +9,7 @@ description: |
   Box86 combine a fast Dynarec that converts on the fly x86 code to ARM code, with native library wrapping to avoid emulating frequently used functions and to be able to use box86 super easily: no need for a full x86 chroot system, most used libraries are the native versions.
 layout: stand
 show_on_overview: true
-logo: stands/box86_-_linux_userspace_x86_emulator/logo.png
+logo: stands/box86/logo.png
 new_this_year: |
   <p>Box86 is targeted towards 32bits. While compatibility and speed can be improved, the support of 16bits code (for Wine) is probably the last missing feature for box86.</p>
   <p>After that, Box64 will be targeted toward 64bits apps. It will be a different application, and will allow similar principles with native use of ARM64 native libs directly on x86_64 linux apps.</p>
@@ -21,4 +21,4 @@ themes:
 title: Box86
 website: https://ptitseb.github.io/box86/
 chatroom: box86
----
\ No newline at end of file
+---