faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.19k forks source link

fix: macos image access 404 problem #752

Closed alanhe421 closed 1 month ago

alanhe421 commented 1 month ago

Prerequisites

Type of Change

docs update

Description

Visiting the webpage, I found that the macos.png resource accesses 404, so here I need to change the image file name by removing the spaces.

image

Test

404 disappear.

Impact

no

Other Info

alanhe421 commented 1 month ago

@faisalman

thank you.