Skip to content

Commit

Permalink
Merge pull request #257 from ozgurg/dev
Browse files Browse the repository at this point in the history
release: v6.47.0
  • Loading branch information
ozgurg committed Jul 16, 2023
2 parents 53c1351 + 01ffe7b commit 52ff496
Show file tree
Hide file tree
Showing 30 changed files with 1,080 additions and 712 deletions.
16 changes: 16 additions & 0 deletions calculators/telefon-vergisi-hesaplayici/data/brands.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { mdiApple } from "@mdi/js";

export default [
{
id: 1,
title: "Apple",
icon: mdiApple,
color: "#555"
},
{
id: 2,
title: "Samsung",
icon: "samsung.svg",
color: "#1428A0"
}
];
Loading

0 comments on commit 52ff496

Please sign in to comment.