diff --git a/package.json b/package.json
index 7737a6e..e25f0bf 100644
--- a/package.json
+++ b/package.json
@@ -90,4 +90,4 @@
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.3"
}
-}
\ No newline at end of file
+}
diff --git a/src/design-system/Intro.stories.mdx b/src/design-system/Intro.stories.mdx
index 6c3c409..84e04a2 100644
--- a/src/design-system/Intro.stories.mdx
+++ b/src/design-system/Intro.stories.mdx
@@ -5,7 +5,7 @@ import { palette } from 'roleypoly/src/design-system/atoms/colors';
-
+
# Rapid UI
diff --git a/src/design-system/atoms/branding/Branding.tsx b/src/design-system/atoms/branding/Branding.tsx
index 5f32f08..5a392e5 100644
--- a/src/design-system/atoms/branding/Branding.tsx
+++ b/src/design-system/atoms/branding/Branding.tsx
@@ -10,6 +10,8 @@ export type LogoProps = {
typeFill: string;
style: object;
className: string;
+ 'data-for'?: string;
+ 'data-tip'?: string;
};
export const Logotype = ({
@@ -23,11 +25,13 @@ export const Logotype = ({
className={props.className}
width={props.width}
height={props.height}
- viewBox="0 0 487 143"
+ data-for={props['data-for']}
+ data-tip={props['data-tip']}
+ viewBox="45 25 400 88"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
-
+
@@ -101,15 +105,17 @@ export const Logomark = ({
...props
}: Partial) => (