From 81515fb413882b8e822d60974081a0d0ee8197c8 Mon Sep 17 00:00:00 2001 From: Joseph Morain Date: Fri, 14 Jun 2024 06:46:24 -0400 Subject: [PATCH] Remove dead market link (#115) --- .../pages/other-tools/other-tools/other-tools.component.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/client/src/app/pages/other-tools/other-tools/other-tools.component.ts b/apps/client/src/app/pages/other-tools/other-tools/other-tools.component.ts index 7f24f7c3..63e1b435 100644 --- a/apps/client/src/app/pages/other-tools/other-tools/other-tools.component.ts +++ b/apps/client/src/app/pages/other-tools/other-tools/other-tools.component.ts @@ -7,12 +7,6 @@ import { Component } from "@angular/core"; }) export class OtherToolsComponent { otherTools = [ - { - name: "Lost Ark Market", - url: "https://lostarkmarket.online", - image: "lostarkmarket.png", - description: "Open Source, crowd-sourced marketboard website with crafting profits optimizer and an open, documented API." - }, { name: "Lost Ark Ability Stone Calculator", url: "https://lostark.meta-game.gg/ability-stone-calculator",