Skip to content

Commit

Permalink
fix:case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-nevermore committed Nov 16, 2023
1 parent 3bb1d2b commit 923e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/landing/herosection.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { InputSwitch } from '../../components/lib/inputswitch/InputSwitch';
import { RadioButton } from '../../components/lib/radiobutton/RadioButton';
import { SelectButton } from '../../components/lib/selectbutton/SelectButton';
import { Slider } from '../../components/lib/slider/Slider';
import { TabMenu } from '../../components/lib/tabmenu/Tabmenu';
import { TabMenu } from '../../components/lib/tabmenu/TabMenu';

const HeroSection = (props) => {
const selectButtonOptions = [
Expand Down

0 comments on commit 923e482

Please sign in to comment.