Various website fixes

This commit is contained in:
Keavon Chambers
2022-03-17 02:12:23 -07:00
parent 36d67393b9
commit f6726c1427
15 changed files with 47 additions and 41 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export function createDialogState(editor: EditorState) {
const buttons: TextButtonWidget[] = [
{
kind: "TextButton",
callback: (): unknown => window.open("https://www.graphite.design", "_blank"),
callback: (): unknown => window.open("https://graphite.rs", "_blank"),
props: { label: "Website", emphasized: false, minWidth: 0 },
},
{