Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/content-collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const changelog = defineCollection({
});

const version = document._meta.path.replace(/\.mdx$/, "");
const baseUrl = `https://github.com/fastrepl/hyprnote/releases/download/desktop_v${version}`;
const baseUrl = `https://github.com/fastrepl/char/releases/download/desktop_v${version}`;
const downloads: Record<VersionPlatform, string> = {
"dmg-aarch64": `${baseUrl}/hyprnote-macos-aarch64.dmg`,
"appimage-x86_64": `${baseUrl}/hyprnote-linux-x86_64.AppImage`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The game-changer here is Char's Smart Consent Management Package for enterprises

- Work in healthcare, legal, or finance where data sovereignty is critical
- Need enterprise-grade consent management for compliance
- Want to avoid vendor lock-in with open-source transparency ([GitHub](https://github.com/fastrepl/hyprnote))
- Want to avoid vendor lock-in with open-source transparency ([GitHub](https://github.com/fastrepl/char))
- Need offline functionality for air-gapped or secure environments
- Got burned by cloud-based tools and want true data control

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The code is open source (GPL-3.0), so you can verify exactly how your data is pr

Most importantly, it just works. No complex setup, no security warnings to bypass, no dependencies.

Ready to try it? [Download Char for macOS](/download) or [check out the source code on GitHub](https://github.com/fastrepl/hyprnote).
Ready to try it? [Download Char for macOS](/download) or [check out the source code on GitHub](https://github.com/fastrepl/char).

## Frequently Asked Questions

Expand Down
2 changes: 1 addition & 1 deletion apps/web/content/changelog/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ done
3. To actually see what's changed between two versions, you can use this.

```bash
gh api repos/fastrepl/hyprnote/compare/<>...<> --jq '.commits'
gh api repos/fastrepl/char/compare/<>...<> --jq '.commits'
```
2 changes: 1 addition & 1 deletion apps/web/content/docs/about/1.what-is-hyprnote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ section: "About"
description: "Char is a privacy-first AI notepad for meetings. Think of it as the open-source version of Granola — except that we're cooler."
---

Char is a privacy-first AI notepad for meetings. It's [open-source](https://github.com/fastrepl/hyprnote), runs [locally](/docs/about/why-local-first), and works without bots joining your calls.
Char is a privacy-first AI notepad for meetings. It's [open-source](https://github.com/fastrepl/char), runs [locally](/docs/about/why-local-first), and works without bots joining your calls.

Key features:
- Transcribe and summarize locally or with your own models
Expand Down
2 changes: 1 addition & 1 deletion apps/web/content/docs/calendar/0.apple.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Connect your Apple Calendar to see upcoming meetings in Char."

## Need help or want to report an issue?

If you're experiencing issues with Apple Calendar integration or have suggestions for improvement, please [report it on GitHub](https://github.com/fastrepl/hyprnote/issues/new?labels=calendar%3Aapple).
If you're experiencing issues with Apple Calendar integration or have suggestions for improvement, please [report it on GitHub](https://github.com/fastrepl/char/issues/new?labels=calendar%3Aapple).


## How often does Char sync with Apple Calendar?
Expand Down
4 changes: 2 additions & 2 deletions apps/web/content/docs/developers/0.setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone the repository and install dependencies:

```bash
git clone https://github.com/fastrepl/hyprnote.git
git clone https://github.com/fastrepl/char.git
cd hyprnote
pnpm install
```
Expand Down Expand Up @@ -70,7 +70,7 @@ This script installs all required system dependencies including GTK, PulseAudio,
After running the setup script, clone the repository and install dependencies:

```bash
git clone https://github.com/fastrepl/hyprnote.git
git clone https://github.com/fastrepl/char.git
cd hyprnote
pnpm install
```
Expand Down
2 changes: 1 addition & 1 deletion apps/web/content/docs/developers/1.env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Learn how to set environment variables for Char"
- We use `dotenvx` to load environment variables.
- Char team uses [infisical](https://infisical.com/docs/cli/commands/login) to manage them.

<GithubCode url="https://github.com/fastrepl/hyprnote/blob/main/apps/web/AGENTS.md" />
<GithubCode url="https://github.com/fastrepl/char/blob/main/apps/web/AGENTS.md" />

# Stripe

Expand Down
20 changes: 10 additions & 10 deletions apps/web/content/docs/developers/10.agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ description: "List of all AGENTS.md files in the repository"

| Path | Link |
| -------------------------------------- | ------------------------------------------------------------------------------------------- |
| `.github/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/.github/AGENTS.md) |
| `AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/AGENTS.md) |
| `apps/api/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/apps/api/AGENTS.md) |
| `apps/desktop-e2e/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/apps/desktop-e2e/AGENTS.md) |
| `apps/restate/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/apps/restate/AGENTS.md) |
| `apps/web/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/apps/web/AGENTS.md) |
| `apps/web/content/changelog/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/apps/web/content/changelog/AGENTS.md) |
| `crates/notification-linux/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/crates/notification-linux/AGENTS.md) |
| `plugins/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/plugins/AGENTS.md) |
| `plugins/hooks/AGENTS.md` | [View](https://github.com/fastrepl/hyprnote/blob/main/plugins/hooks/AGENTS.md) |
| `.github/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/.github/AGENTS.md) |
| `AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/AGENTS.md) |
| `apps/api/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/apps/api/AGENTS.md) |
| `apps/desktop-e2e/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/apps/desktop-e2e/AGENTS.md) |
| `apps/restate/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/apps/restate/AGENTS.md) |
| `apps/web/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/apps/web/AGENTS.md) |
| `apps/web/content/changelog/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/apps/web/content/changelog/AGENTS.md) |
| `crates/notification-linux/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/crates/notification-linux/AGENTS.md) |
| `plugins/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/plugins/AGENTS.md) |
| `plugins/hooks/AGENTS.md` | [View](https://github.com/fastrepl/char/blob/main/plugins/hooks/AGENTS.md) |
2 changes: 1 addition & 1 deletion apps/web/content/docs/developers/11.distribution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Before submitting to Flathub, ensure:
```yaml
sources:
- type: git
url: https://github.com/fastrepl/hyprnote.git
url: https://github.com/fastrepl/char.git
tag: desktop_vX.Y.Z # Use the release tag
commit: abc123... # Include the commit hash
```
Expand Down
4 changes: 2 additions & 2 deletions apps/web/content/docs/developers/17.prompt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ description: "Learn about prompts in Char"

For consistency, we maintain guidelines for prompts in `AGENTS.md` files.

- https://github.com/fastrepl/hyprnote/blob/main/crates/template-assets/AGENTS.md
- https://github.com/fastrepl/hyprnote/blob/main/crates/template2/AGENTS.md
- https://github.com/fastrepl/char/blob/main/crates/template-assets/AGENTS.md
- https://github.com/fastrepl/char/blob/main/crates/template2/AGENTS.md
2 changes: 1 addition & 1 deletion apps/web/content/docs/developers/7.versioning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ http://desktop2.hyprnote.com/download/latest/appimage-x86_64?channel=nightly

For accessing old versions:

https://github.com/fastrepl/hyprnote/releases
https://github.com/fastrepl/char/releases
2 changes: 1 addition & 1 deletion apps/web/content/docs/getting-started/0.installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Or [download directly](/download). On first launch, grant microphone and system

Coming late February to early March 2026. Join our [Discord](/discord) for updates.

All releases: [GitHub Releases](https://github.com/fastrepl/hyprnote/releases)
All releases: [GitHub Releases](https://github.com/fastrepl/char/releases)
2 changes: 1 addition & 1 deletion apps/web/content/docs/pro/2.cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ While Char aims to be fully transparent and controllable, cloud services help in

## Privacy & Security

The cloud server (`pro.hyprnote.com`) is [open-source](https://github.com/fastrepl/hyprnote/tree/main/apps/pro) and deployed in our Kubernetes cluster on AWS via GitHub Actions.
The cloud server (`pro.hyprnote.com`) is [open-source](https://github.com/fastrepl/char/tree/main/apps/pro) and deployed in our Kubernetes cluster on AWS via GitHub Actions.

**Data handling:**
- Nothing is stored by us
Expand Down
2 changes: 1 addition & 1 deletion apps/web/content/jobs/designteer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A design engineer who ships. You design in Figma, then build it yourself in Reac

## How we work

Remote-first. Async via <ToolIcon icon="logos:slack-icon" /> Slack. Occasional calls with <CharIcon /> Char on. Everything runs through <ToolIcon icon="logos:github-icon" /> GitHub - [bug reports](https://github.com/fastrepl/hyprnote/issues), [feature requests](https://github.com/fastrepl/hyprnote/discussions), [code review](https://github.com/fastrepl/hyprnote/pulls), and [project management](https://github.com/orgs/fastrepl/projects/6).
Remote-first. Async via <ToolIcon icon="logos:slack-icon" /> Slack. Occasional calls with <CharIcon /> Char on. Everything runs through <ToolIcon icon="logos:github-icon" /> GitHub - [bug reports](https://github.com/fastrepl/char/issues), [feature requests](https://github.com/fastrepl/char/discussions), [code review](https://github.com/fastrepl/char/pulls), and [project management](https://github.com/orgs/fastrepl/projects/6).

You must be comfortable with <ToolIcon icon="logos:figma" /> Figma, <ToolIcon icon="logos:react" /> React, <ToolIcon icon="logos:tailwindcss-icon" /> Tailwind, and basic video editing.

Expand Down
2 changes: 1 addition & 1 deletion apps/web/content/jobs/engineer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We need someone who:

## How to apply?

1. Read the code and browse existing issues in the [repository](https://github.com/fastrepl/hyprnote). (Hint: [Bounties](/bounties))
1. Read the code and browse existing issues in the [repository](https://github.com/fastrepl/char). (Hint: [Bounties](/bounties))
2. Feel free to tag <GitHubMention username="yujonglee" name="Yujong" /> if you want to discuss something.
3. Propose a problem/solution through an issue, comment, or pull request.
4. [Send us an email](mailto:founders@char.com) that references step 3. We are not really looking for a resume. Something like GH account where I can see your past work and interests would be enough.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/scripts/gen-agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const __dirname = dirname(__filename);
const repoRoot = join(__dirname, "../../..");
const outputPath = join(__dirname, "../content/docs/developers/10.agents.mdx");

const GITHUB_REPO = "fastrepl/hyprnote";
const GITHUB_REPO = "fastrepl/char";
const GITHUB_BASE_URL = `https://github.com/${GITHUB_REPO}/blob/main`;

const SKIP_DIRS = new Set(["node_modules", "target", "dist"]);
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function ProductLinks() {
</li>
<li>
<a
href="https://github.com/fastrepl/hyprnote"
href="https://github.com/fastrepl/char"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-neutral-600 hover:text-stone-600 transition-colors inline-flex items-center gap-1 no-underline hover:underline hover:decoration-dotted"
Expand Down Expand Up @@ -249,7 +249,7 @@ function ResourcesLinks() {
</li>
<li>
<a
href="https://github.com/fastrepl/hyprnote/discussions"
href="https://github.com/fastrepl/char/discussions"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-neutral-600 hover:text-stone-600 transition-colors inline-flex items-center gap-1 no-underline hover:underline hover:decoration-dotted"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/functions/github-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as path from "path";

import { getSupabaseServerClient } from "@/functions/supabase";

const GITHUB_REPO = "fastrepl/hyprnote";
const GITHUB_REPO = "fastrepl/char";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🚩 GitHub API operations (content CRUD, PR merges, media uploads) now target fastrepl/char

Several server-side functions that perform write operations via the GitHub API had their GITHUB_REPO constant updated:

  • github-content.ts:7 — content CRUD operations
  • github-media.ts:3 — media file uploads
  • media-upload.ts:5 — image uploads
  • slack-interactive.ts:6 — PR merge and branch deletion

These are critical backend operations. If the GitHub repo hasn't actually been renamed to fastrepl/char yet (or if the API token doesn't have permissions on the new repo name), all content management, media uploads, and Slack-triggered PR merges will fail. This is not a code bug per se, but a deployment ordering concern — the repo must be renamed before deploying this code.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

const GITHUB_BRANCH = "main";
const CONTENT_PATH = "apps/web/content";

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/functions/github-media.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getGitHubCredentials } from "@/functions/github-content";

const GITHUB_REPO = "fastrepl/hyprnote";
const GITHUB_REPO = "fastrepl/char";
const GITHUB_BRANCH = "main";
const IMAGES_PATH = "apps/web/public/images";

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/functions/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createServerFn } from "@tanstack/react-start";

import { env } from "../env";

const GITHUB_ORG_REPO = "fastrepl/hyprnote";
const GITHUB_ORG_REPO = "fastrepl/char";
const CACHE_TTL = HOUR;

function getGitHubHeaders(): Record<string, string> {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useQuery } from "@tanstack/react-query";

import { getGitHubStats, getStargazers } from "./functions/github";

const ORG_REPO = "fastrepl/hyprnote";
const ORG_REPO = "fastrepl/char";
const LAST_SEEN_STARS = 7032;
const LAST_SEEN_FORKS = 432;

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/_view/changelog/$slug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Route = createFileRoute("/_view/changelog/$slug")({
const beforeVersion = changelog.beforeVersion;
const diffUrl =
beforeVersion != null
? `https://github.com/fastrepl/hyprnote/compare/desktop_v${beforeVersion}...desktop_v${changelog.version}`
? `https://github.com/fastrepl/char/compare/desktop_v${beforeVersion}...desktop_v${changelog.version}`
: null;

return {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/_view/free.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function OpenSourceSection() {
</p>
<div className="flex flex-wrap gap-4">
<a
href="https://github.com/fastrepl/hyprnote"
href="https://github.com/fastrepl/char"
target="_blank"
rel="noopener noreferrer"
className={cn([
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/routes/_view/gallery/$type.$slug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function RightSidebar({
}) {
const isTemplate = type === "template";
const contentDir = isTemplate ? "templates" : "shortcuts";
const rawMdxUrl = `https://github.com/fastrepl/hyprnote/blob/main/apps/web/content/${contentDir}/${item.slug}.mdx?plain=1`;
const rawMdxUrl = `https://github.com/fastrepl/char/blob/main/apps/web/content/${contentDir}/${item.slug}.mdx?plain=1`;

return (
<aside className="hidden sm:block w-80 shrink-0">
Expand Down Expand Up @@ -381,7 +381,7 @@ function RightSidebar({
Have an idea? Submit a PR and help the community.
</p>
<a
href={`https://github.com/fastrepl/hyprnote/tree/main/apps/web/content/${contentDir}`}
href={`https://github.com/fastrepl/char/tree/main/apps/web/content/${contentDir}`}
target="_blank"
rel="noopener noreferrer"
className={cn([
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/routes/_view/gallery/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function Component() {
function ContributeBanner() {
return (
<a
href="https://github.com/fastrepl/hyprnote/issues/new?title=Suggest%20New%20Template%2FShortcut&body=Type:%20template%0ATitle:%20Sprint%20Planning%0ACategory:%20Engineering%0ADescription:%20A%20template%20for%20capturing%20sprint%20planning%20discussions%0A%0AStructure%20(list%20of%20sections%2C%20each%20with%20a%20title%20and%20what%20to%20include):%0A-%20Sprint%20Goals:%20Key%20objectives%20for%20the%20sprint%0A-%20User%20Stories:%20Stories%20discussed%20and%20committed%0A-%20Action%20Items:%20Tasks%20assigned%20to%20team%20members"
href="https://github.com/fastrepl/char/issues/new?title=Suggest%20New%20Template%2FShortcut&body=Type:%20template%0ATitle:%20Sprint%20Planning%0ACategory:%20Engineering%0ADescription:%20A%20template%20for%20capturing%20sprint%20planning%20discussions%0A%0AStructure%20(list%20of%20sections%2C%20each%20with%20a%20title%20and%20what%20to%20include):%0A-%20Sprint%20Goals:%20Key%20objectives%20for%20the%20sprint%0A-%20User%20Stories:%20Stories%20discussed%20and%20committed%0A-%20Action%20Items:%20Tasks%20assigned%20to%20team%20members"
target="_blank"
rel="noopener noreferrer"
className={cn([
Expand Down Expand Up @@ -544,7 +544,7 @@ function ContributeCard() {
Have an idea? Submit a PR and help the community.
</p>
<a
href="https://github.com/fastrepl/hyprnote/issues/new?title=Suggest%20New%20Template%2FShortcut&body=Type:%20template%0ATitle:%20Sprint%20Planning%0ACategory:%20Engineering%0ADescription:%20A%20template%20for%20capturing%20sprint%20planning%20discussions%0A%0AStructure%20(list%20of%20sections%2C%20each%20with%20a%20title%20and%20what%20to%20include):%0A-%20Sprint%20Goals:%20Key%20objectives%20for%20the%20sprint%0A-%20User%20Stories:%20Stories%20discussed%20and%20committed%0A-%20Action%20Items:%20Tasks%20assigned%20to%20team%20members"
href="https://github.com/fastrepl/char/issues/new?title=Suggest%20New%20Template%2FShortcut&body=Type:%20template%0ATitle:%20Sprint%20Planning%0ACategory:%20Engineering%0ADescription:%20A%20template%20for%20capturing%20sprint%20planning%20discussions%0A%0AStructure%20(list%20of%20sections%2C%20each%20with%20a%20title%20and%20what%20to%20include):%0A-%20Sprint%20Goals:%20Key%20objectives%20for%20the%20sprint%0A-%20User%20Stories:%20Stories%20discussed%20and%20committed%0A-%20Action%20Items:%20Tasks%20assigned%20to%20team%20members"
target="_blank"
rel="noopener noreferrer"
className={cn([
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/_view/k6-reports/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Component() {
</div>
{report.run_id && (
<a
href={`https://github.com/fastrepl/hyprnote/actions/runs/${report.run_id}`}
href={`https://github.com/fastrepl/char/actions/runs/${report.run_id}`}
target="_blank"
rel="noopener noreferrer"
onClick={(e) => e.stopPropagation()}
Expand Down
10 changes: 5 additions & 5 deletions apps/web/src/routes/_view/opensource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function HeroSection() {
</p>
<div className="mt-8 flex flex-col sm:flex-row gap-4 justify-center">
<a
href="https://github.com/fastrepl/hyprnote"
href="https://github.com/fastrepl/char"
target="_blank"
rel="noopener noreferrer"
className={cn([
Expand Down Expand Up @@ -792,28 +792,28 @@ const contributions = [
title: "Star Repository",
description: "Show your support and help others discover Char",
icon: "mdi:star",
link: "https://github.com/fastrepl/hyprnote",
link: "https://github.com/fastrepl/char",
linkText: "Star on GitHub",
},
{
title: "Contribute Code",
description: "Fix bugs, add features, or improve documentation",
icon: "mdi:code-braces",
link: "https://github.com/fastrepl/hyprnote/contribute",
link: "https://github.com/fastrepl/char/contribute",
linkText: "View Issues",
},
{
title: "Report Issues",
description: "Help us improve by reporting bugs and suggesting features",
icon: "mdi:bug",
link: "https://github.com/fastrepl/hyprnote/issues",
link: "https://github.com/fastrepl/char/issues",
linkText: "Open Issue",
},
{
title: "Help Translate",
description: "Make Char accessible in your language",
icon: "mdi:translate",
link: "https://github.com/fastrepl/hyprnote",
link: "https://github.com/fastrepl/char",
linkText: "Contribute Translations",
},
{
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/_view/oss-friends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function JoinSection() {
featured on this page, we'd love to hear from you.
</p>
<a
href="https://github.com/fastrepl/hyprnote/issues/new?title=OSS%20Friends%20Request&body=Project%20Name:%0AProject%20URL:%0ADescription:"
href="https://github.com/fastrepl/char/issues/new?title=OSS%20Friends%20Request&body=Project%20Name:%0AProject%20URL:%0ADescription:"
target="_blank"
rel="noopener noreferrer"
className={cn([
Expand Down
Loading