Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add feedback #356

Merged
merged 1 commit into from
Nov 15, 2022
Merged

feat: add feedback #356

merged 1 commit into from
Nov 15, 2022

Conversation

NicolaCage
Copy link
Contributor

No description provided.

Comment on lines 65 to 107
label: <a
className={styles.nebulaLink}
href="https://github.com/vesoft-inc/nebula-studio"
target="_blank" rel="noreferrer"
>
<Icon className={styles.menuIcon} type="icon-studio-nav-github" />
{intl.get('menu.repo')}
</a>
},
{
key: 'trial',
label: <a
className={styles.nebulaLink}
href={intl.get('link.trial')}
target="_blank" rel="noreferrer"
>
<Icon className={styles.menuIcon} type="icon-navbar-enterprise" />
{intl.get('menu.trial')}
</a>
},
{
key: 'contact',
label: <a
className={styles.nebulaLink}
href={intl.get('link.contact')}
target="_blank" rel="noreferrer"
>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add track
data-track-category
data-track-action
data-track-label

Copy link
Contributor

@hetao92 hetao92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hetao92 hetao92 merged commit 6693c2d into vesoft-inc:master Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants