Skip to content

Commit

Permalink
feat: Remove drive from homeHref
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Sep 6, 2021
1 parent df2a9c6 commit 97010d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const SharingBannerByLink = ({ onClose }) => {
theme="text"
label={t('Share.create-cozy')}
icon={CozyHomeLinkIcon}
href={getHomeLinkHref('sharing-drive')}
href={getHomeLinkHref('sharing')}
/>
}
buttonTwo={
Expand Down

0 comments on commit 97010d3

Please sign in to comment.