diff --git a/src/components/ProfileStickers/index.tsx b/src/components/ProfileStickers/index.tsx
index 484c927d1f38..62c380890732 100644
--- a/src/components/ProfileStickers/index.tsx
+++ b/src/components/ProfileStickers/index.tsx
@@ -18,6 +18,7 @@ import {
StickerFlagHU,
StickerFlagHR,
StickerFlagNL,
+ StickerFlagNO,
StickerFlagPL,
StickerFlagPR,
StickerFlagUnknown,
@@ -62,6 +63,8 @@ const Stickers = ({ location, country, pineappleOnPizza, isTeamLead, editing, id
) : country === 'NL' ? (
+ ) : country === 'NO' ? (
+
) : country === 'AR' ? (
) : country === 'AT' ? (
diff --git a/src/components/Stickers/Index.tsx b/src/components/Stickers/Index.tsx
index 8b5eb776ecff..ec1cde25967e 100644
--- a/src/components/Stickers/Index.tsx
+++ b/src/components/Stickers/Index.tsx
@@ -973,6 +973,34 @@ export const StickerFlagNL: StickerComponent = forwardRef(function
)
})
+export const StickerFlagNO: StickerComponent = forwardRef(function StickerAdvanced(
+ props,
+ ref
+): JSX.Element {
+ return (
+
+
+
+
+
+
+
+
+
+
+ )
+})
+
export const StickerFlagPL: StickerComponent = forwardRef(function StickerAdvanced(
props,
ref