Skip to content

Commit

Permalink
chore: update repository name to use "Yjs Playground"
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Apr 11, 2024
1 parent aec6642 commit f464c03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🛝 YDoc Playground
# 🛝 Yjs Playground

[![Build](https://github.com/lawvs/ydoc-playground/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/ydoc-playground/actions/workflows/build.yml)
[![Build](https://github.com/lawvs/yjs-playground/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/yjs-playground/actions/workflows/build.yml)

The playground of [Yjs](https://docs.yjs.dev/).

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="./yjs.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YDoc Playground</title>
<title>Yjs Playground</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ydoc-playground",
"name": "yjs-playground",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/components/preview-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function PreviewPanel() {

<Button variant="secondary" size="sm" asChild>
<a
href="https://github.com/lawvs/ydoc-playground/issues/new"
href="https://github.com/yjs/yjs/issues/new/choose"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
8 changes: 4 additions & 4 deletions src/components/site-header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Github } from "lucide-react";
import { ModeToggle } from "./mode-toggle";
import { Button } from "./ui/button";
import yjsLogo from "/yjs.png";
import { ModeToggle } from "./mode-toggle";
import { Github } from "lucide-react";

export function Header() {
return (
Expand All @@ -17,15 +17,15 @@ export function Header() {
</a>

<span className="hidden font-bold sm:inline-block">
YDoc Playground
Yjs Playground
</span>
</div>
{/* Placeholder for right side of header */}
<div className="ml-auto"></div>
<ModeToggle />
<Button variant="ghost" size="icon" asChild>
<a
href="https://github.com/lawvs/ydoc-playground"
href="https://github.com/lawvs/yjs-playground"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit f464c03

Please sign in to comment.