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:
Till JS 2026-03-29 08:56:10 +02:00
parent bc428729b0
commit f4599d1fd9

View file

@ -2,7 +2,7 @@
import { onMount } from 'svelte';
import {
Calculator,
FlaskConical,
Flask,
Code,
Ruler,
Coins,
@ -29,7 +29,7 @@
},
{
href: '/scientific',
icon: FlaskConical,
icon: Flask,
label: 'Wissenschaftlich',
description: 'sin, cos, log & mehr',
color: 'bg-violet-500',