mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Injimob-3651: update the new branding changes (#2154)
* [INJIMOB-3622]: add the new branding changes Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update the new branding changes Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update the new snapshots Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update the changes mentioned deskcheck Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> --------- Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> Signed-off-by: jaswanthkumartw <jaswanthkumar.p@thoughtworks.com>
This commit is contained in:
@@ -61,6 +61,8 @@ import CopyIcon from '../../assets/file_copy.svg';
|
||||
import StarIcon from '../../assets/credentialRegestryStar.svg';
|
||||
import SelectedCheckBox from '../../assets/Selected_Check_Box.svg';
|
||||
import ReverifyIcon from '../../assets/Reverify.svg';
|
||||
import Logomark from '../../assets/Logomark.svg';
|
||||
|
||||
export class SvgImage {
|
||||
static selectedCheckBox() {
|
||||
return <SelectedCheckBox />;
|
||||
@@ -600,6 +602,9 @@ export class SvgImage {
|
||||
/>
|
||||
);
|
||||
}
|
||||
static logoIcon(height: number, width: number) {
|
||||
return <Logomark height={height} width={width} />;
|
||||
}
|
||||
}
|
||||
|
||||
function getIssuerLogo(props: displayType) {
|
||||
|
||||
Reference in New Issue
Block a user