mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
url file icons and file listing padding adjustments
This commit is contained in:
@@ -14,6 +14,7 @@ const icons: { [key: string]: [IconPrefix, IconName] } = {
|
||||
file: ['far', 'file'],
|
||||
markdown: ['fab', 'markdown'],
|
||||
book: ['fas', 'book'],
|
||||
link: ['fas', 'link'],
|
||||
}
|
||||
|
||||
const extensions = {
|
||||
@@ -73,6 +74,8 @@ const extensions = {
|
||||
epub: icons.book,
|
||||
mobi: icons.book,
|
||||
azw3: icons.book,
|
||||
|
||||
url: icons.link,
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user