Skip to content

Commit

Permalink
Merge branch 'feat/full-new-layout' into ops/preview-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-ink committed Feb 18, 2025
2 parents bfe1483 + 17f85e8 commit 400cb1b
Show file tree
Hide file tree
Showing 149 changed files with 280 additions and 4,045 deletions.
Binary file added public/featured-apps/icons/ionic.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/dl-featured-apps-img.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const exceptions = ["Kraken", "Kraken Wallet"];
const run = async () => {
const appsDataFile = path.join(
ROOT,
"src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json"
"src/app/[locale]/apps/_components/apps-data.json"
);
const appsDataRaw = await fs.readFile(appsDataFile, "utf8");
const appsData = JSON.parse(appsDataRaw);
Expand Down
5 changes: 2 additions & 3 deletions src/actions/submit-your-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Octokit } from "@octokit/rest";
import { WebClient } from "@slack/web-api";
import sharp from "sharp";

import { InkApp } from "@/app/[locale]/(dashboard)/dashboard/_components/InkApp";
import { InkApp } from "@/app/[locale]/apps/_components/InkApp";
import { env } from "@/env";
import { validateCaptcha } from "@/lib/hcaptcha";
import {
Expand Down Expand Up @@ -39,8 +39,7 @@ const slackClient = new WebClient(INK_APP_SUBMISSION_SLACK_BOT_TOKEN);
const GITHUB_CONFIG = {
OWNER: INK_APP_SUBMISSION_TARGET_ORG,
REPO: INK_APP_SUBMISSION_TARGET_REPO,
FILE_PATH:
"src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json",
FILE_PATH: "src/app/[locale]/apps/_components/apps-data.json",
BRANCH: INK_APP_SUBMISSION_TARGET_BRANCH,
} as const;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 400cb1b

Please sign in to comment.