Skip to content

Commit e8b2493

Browse files
committed
fix: update org name
1 parent 8f5ee02 commit e8b2493

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/>
1515
</p>
1616

17-
![build](https://github.com/kinotiodotio/drowser-studio/workflows/build/badge.svg)
17+
![build](https://github.com/kinotio/drowser-studio/workflows/build/badge.svg)
1818

1919
Track, Visualize and Analyze
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kinotiodotio/drowser-studio",
2+
"name": "@kinotio/drowser-studio",
33
"version": "0.1.1",
44
"private": true,
55
"packageManager": "pnpm@9.7.0",

src/components/root/drowser/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ driver({ browser: "safari" })
107107
</Link>
108108
</Button>
109109
<Button size='lg' variant='outline' className='border-2 gap-2' asChild>
110-
<Link href='https://github.com/kinotiodotio/drowser'>
110+
<Link href='https://github.com/kinotio/drowser'>
111111
<Github className='w-5 h-5' />
112112
GitHub
113113
</Link>

src/data/index.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ export const DATA = {
33
url: 'https://drowser.kinotio.io',
44
description: 'A easy way to implement and write Selenium with TypeScript using Deno',
55
social_url: {
6-
github: 'https://github.com/kinotiodotio',
6+
github: 'https://github.com/kinotio',
77
discord: 'https://discord.gg/cskvbKQA',
8-
linkedin: 'https://linkedin.com/company/kinotiodotio',
9-
x: 'https://x.com/kinotiodotio',
8+
linkedin: 'https://linkedin.com/company/kinotio',
9+
x: 'https://x.com/kinotio',
1010
bluesky: 'https://bsky.app/profile/kinotio.io'
1111
},
12-
repo: 'https://github.com/kinotiodotio/drowser',
13-
doc_repo: 'https://github.com/kinotiodotio/drowser/tree/main',
12+
repo: 'https://github.com/kinotio/drowser',
13+
doc_repo: 'https://github.com/kinotio/drowser/tree/main',
1414
keywords: [
1515
'Drowser',
1616
'Drowser Studio',
@@ -48,7 +48,7 @@ export const DATA = {
4848
name: 'FAQ'
4949
},
5050
{
51-
href: 'https://github.com/kinotiodotio/drowser/issues',
51+
href: 'https://github.com/kinotio/drowser/issues',
5252
name: 'Issues'
5353
}
5454
],
@@ -65,12 +65,12 @@ export const DATA = {
6565
socials: [
6666
{
6767
icon: 'Github',
68-
href: 'https://github.com/kinotiodotio',
68+
href: 'https://github.com/kinotio',
6969
name: 'github'
7070
},
7171
{
7272
icon: 'X',
73-
href: 'https://x.com/kinotiodotio',
73+
href: 'https://x.com/kinotio',
7474
label: 'X'
7575
},
7676
{

0 commit comments

Comments
 (0)