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
+2 -2
View File
@@ -13,9 +13,9 @@
"type": "git",
"url": "git+https://github.com/GraphiteEditor/Graphite.git"
},
"author": "Graphite Authors <contact@graphite.design>",
"author": "Graphite Authors <contact@graphite.rs>",
"license": "Apache-2.0",
"homepage": "https://www.graphite.design",
"homepage": "https://graphite.rs",
"dependencies": {
"class-transformer": "^0.5.0",
"reflect-metadata": "^0.1.13",
@@ -1,7 +1,7 @@
<template>
<div class="menu-bar-input">
<div class="entry-container">
<div @click="() => visitWebsite('https://www.graphite.design')" class="entry">
<div @click="() => visitWebsite('https://graphite.rs')" class="entry">
<IconLabel :icon="'GraphiteLogo'" />
</div>
</div>
+1 -1
View File
@@ -58,7 +58,7 @@ function githubUrl(panicDetails: string): string {
**Steps To Reproduce**
Describe precisely how the crash occurred, step by step, starting with a new editor window.
1. Open the Graphite Editor at https://editor.graphite.design
1. Open the Graphite Editor at https://editor.graphite.rs
2.
3.
4.
+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 },
},
{
+2 -2
View File
@@ -3,10 +3,10 @@ name = "graphite-wasm"
publish = false
version = "0.0.0"
rust-version = "1.56.0"
authors = ["Graphite Authors <contact@graphite.design>"]
authors = ["Graphite Authors <contact@graphite.rs>"]
edition = "2021"
readme = "../../README.md"
homepage = "https://www.graphite.design"
homepage = "https://graphite.rs"
repository = "https://github.com/GraphiteEditor/Graphite"
license = "Apache-2.0"