mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(calc): rename FlaskConical to Flask (phosphor-svelte export)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bc428729b0
commit
f4599d1fd9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import {
|
import {
|
||||||
Calculator,
|
Calculator,
|
||||||
FlaskConical,
|
Flask,
|
||||||
Code,
|
Code,
|
||||||
Ruler,
|
Ruler,
|
||||||
Coins,
|
Coins,
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: '/scientific',
|
href: '/scientific',
|
||||||
icon: FlaskConical,
|
icon: Flask,
|
||||||
label: 'Wissenschaftlich',
|
label: 'Wissenschaftlich',
|
||||||
description: 'sin, cos, log & mehr',
|
description: 'sin, cos, log & mehr',
|
||||||
color: 'bg-violet-500',
|
color: 'bg-violet-500',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue