pr feedback
This commit is contained in:
parent
53d3413c62
commit
b03925abab
|
@ -1,11 +1,12 @@
|
|||
import * as React from "react";
|
||||
import FeedbackIcon from "../../../../images/Feedback.svg";
|
||||
|
||||
export const FeedbackCommandButton: React.FunctionComponent = () => {
|
||||
const onClick = () => {
|
||||
window.open("https://aka.ms/cosmosdbfeedback?subject=Cosmos%20DB%20Hosted%20Data%20Explorer%20Feedback");
|
||||
};
|
||||
const onClick = () => {
|
||||
window.open("https://aka.ms/cosmosdbfeedback?subject=Cosmos%20DB%20Hosted%20Data%20Explorer%20Feedback");
|
||||
};
|
||||
|
||||
|
||||
export const FeedbackCommandButton: React.FunctionComponent = () => {
|
||||
return (
|
||||
<div className="feedbackConnectSettingIcons">
|
||||
<div className="commandButtonReact">
|
||||
|
|
Loading…
Reference in New Issue