mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(webapp): some flag icons are missing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import React from 'react';
|
||||
|
||||
export const FlagIcon = ({ currencyCode, className }) => {
|
||||
const source = `/icons/flags/${currencyCode}.svg`;
|
||||
const source = `/icons/currency-flags/${currencyCode}.svg`;
|
||||
|
||||
return <img alt="flag" src={source} className={className} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user