This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Define availability types | |
| */ | |
| export type TAvailability = { | |
| monday?: TTimeSlot[] | |
| tuesday?: TTimeSlot[] | |
| wednesday?: TTimeSlot[] | |
| thursday?: TTimeSlot[] | |
| friday?: TTimeSlot[] | |
| saturday?: TTimeSlot[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 🇺🇦 Ukraine flag color scales | |
| */ | |
| export default { | |
| colors: { | |
| primary: { | |
| 50: '#ddf3ff', | |
| 100: '#afd7ff', | |
| 200: '#7ebcff', | |
| 300: '#4da1ff', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| style="width: 120px; height: 120px" | |
| src="https://assets.nosy.marketing/aop/assets/svg/white/AOP_ICON_Symbol_White.svg" | |
| alt="AOP Icon symbol" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| style="width: 190px; height: 80px" | |
| src="https://assets.nosy.marketing/aop/assets/svg/white/AOP_ICON_White.svg" | |
| alt="AOP Icon simple logo" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| style="width: 189px; height: 98px" | |
| src="https://assets.nosy.marketing/aop/assets/svg/white/AOP_ICON_Full_White.svg" | |
| alt="AOP Icon full logo" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| style="width: 120px; height: 120px" | |
| src="https://assets.nosy.marketing/aop/assets/svg/black/AOP_ICON_Symbol_Black.svg" | |
| alt="AOP Icon symbol" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| style="width: 190px; height: 80px" | |
| src="https://assets.nosy.marketing/aop/assets/svg/black/AOP_ICON_Black.svg" | |
| alt="AOP Icon simple logo" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| style="width: 189px; height: 98px" | |
| src="https://assets.nosy.marketing/aop/assets/svg/black/AOP_ICON_Full_Black.svg" | |
| alt="AOP Icon full logo" /> |