-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement accept cookies banner for hca data explorer (#3801)
- Loading branch information
Fran McDade
authored and
Fran McDade
committed
Dec 21, 2023
1 parent
a6e35f3
commit 478aced
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
explorer/app/components/common/Button/components/ButtonOutline/buttonOutline.tsx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { ButtonProps as DXButtonProps } from "@clevercanary/data-explorer-ui/lib/components/common/Button/button"; | ||
import { ButtonOutline as DXButtonOutline } from "@clevercanary/data-explorer-ui/lib/components/common/Button/components/ButtonOutline/buttonOutline"; | ||
import React from "react"; | ||
|
||
export const ButtonOutline = ({ ...props }: DXButtonProps): JSX.Element => { | ||
return <DXButtonOutline {...props} />; | ||
}; |
This file contains 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
This file contains 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
This file contains 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