Skip to content

Commit

Permalink
fix: Typo in github URL for dart previews
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Jul 8, 2024
1 parent 1908294 commit ceb7d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/generators/generateFonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { webfont } from "webfont";
import { createFolder, getIconFileName } from "../utils/fileUtils.js";
import { writeFileSync } from "fs";

const GITHUB_URL = "https://raw.githubusercontent.com/ZebraDevs/zeta-icons/main/ouputs/png/";
const GITHUB_URL = "https://raw.githubusercontent.com/ZebraDevs/zeta-icons/main/outputs/png/";
/**
* Generates font files from optimized SVGs.
*
Expand Down
2 changes: 1 addition & 1 deletion test/data/documentResponse.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/data/generatedFontResponse.json

Large diffs are not rendered by default.

0 comments on commit ceb7d54

Please sign in to comment.