Skip to content

Commit

Permalink
Typos fixed + now displaying lower res files
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Aug 4, 2020
1 parent a2b70fd commit 89093b1
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 187 deletions.
202 changes: 109 additions & 93 deletions README.md

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions icons.csv

Large diffs are not rendered by default.

Binary file removed icons/Swift_Playground_Alt.icns
Binary file not shown.
Binary file removed icons/png/high-res/Swift_Playground_Alt.png
Binary file not shown.
Binary file removed icons/png/low-res/Swift_Playground_Alt.png
Binary file not shown.
4 changes: 2 additions & 2 deletions list-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ fetch('https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements
for(let icon in list){
if(i == 0){
let iconName = list[icon]
let markDown = '[<img src="https://github.com/elrumo/macOS-Big-Sur-icons-replacements/blob/master/icons/png/'+iconName+'.png?raw=true)" width="100">](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns)<br>['+iconName+'](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns),'
let markDown = '[<img src="https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements/master/icons/png/low-res/'+iconName+'.png" width="100">](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns)<br>['+iconName+'](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns),'
i++
csv.push(markDown)
} else{
let iconName = list[icon]
let markDown = '[<img src="https://github.com/elrumo/macOS-Big-Sur-icons-replacements/blob/master/icons/png/'+iconName+'.png?raw=true)" width="100">](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns)<br>['+iconName+'](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns)'
let markDown = '[<img src="https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements/master/icons/png/low-res/'+iconName+'.png" width="100">](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns)<br>['+iconName+'](https://github.com/elrumo/macOS-Big-Sur-icons-replacements/raw/master/icons/'+iconName+'.icns)'
csv.push(markDown)
i--
}
Expand Down

1 comment on commit 89093b1

@vercel
Copy link

@vercel vercel bot commented on 89093b1 Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.