Skip to content

Commit

Permalink
fix: Update icon to switch between orgs on dashboard (#124)
Browse files Browse the repository at this point in the history
* Changed caret icon on sidebar for changing organisations

* Added changes in caret icon
  • Loading branch information
anishyadavv committed Jan 5, 2024
1 parent 03258ed commit f18565c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { Popover, SkeletonText } from 'carbon-components-svelte';
import CaretSortIcon from 'carbon-icons-svelte/lib/CaretSort.svelte';
import CaretDown from 'carbon-icons-svelte/lib/CaretDown.svelte';
import OrgSelectorItem from './OrgSelectorItem.svelte';
import { currentOrg, orgs, currentOrgPath } from '$lib/utils/store/org';
import { goto } from '$app/navigation';
Expand Down Expand Up @@ -37,7 +37,7 @@
<p class="dark:text-white text-lg font-bold whitespace-nowrap truncate">
{$currentOrg.name}
</p>
<CaretSortIcon size={16} class="ml-2" />
<CaretDown size={16} class="ml-2" />
</button>
{:else}
<div class="w-[219px] h-[30px]">
Expand Down

2 comments on commit f18565c

@vercel
Copy link

@vercel vercel bot commented on f18565c Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f18565c Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landingpage – ./apps/classroomio-com

landingpage-git-main-rotimi-best.vercel.app
classroomio-com.vercel.app
landingpage-rotimi-best.vercel.app

Please sign in to comment.