Skip to content

Commit

Permalink
fix(zotero): size/position
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Mar 13, 2023
1 parent 95c5e16 commit cc86cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/favIcons/favIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const getFaviconData = async (url: string): Promise<favRecord> => {
if (protocol === 'zotero:') {
return favIcon = {
format: 'svg',
src: '<svg class="awLi-favicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 29"><path fill="#cc2936" d="M15.5 8.4 4 23.4h12V26H0v-2L11.5 8.9H.5V6.3h15Z"/></svg>'
src: '<svg class="awLi-favicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 31"><path fill="#cc2936" d="M15.5 8.4 4 23.4h12V26H0v-2L11.5 8.9H.5V6.3h15Z"/></svg>'
};
}
// local
Expand Down

0 comments on commit cc86cea

Please sign in to comment.