Skip to content

Commit dd8b904

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into Extension
2 parents c7a9a1f + d328e1f commit dd8b904

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/sections/Community/Member-single/executive_bio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const MemberBio = ({ frontmatter, body }) => {
8787
)}
8888
{email && (
8989
<li>
90-
<a href={`mailto:=${email}`}>
90+
<a href={`mailto:${email}`}>
9191
<MdMail className="github" size={32} />
9292
</a>
9393
</li>

src/sections/Company/Brand/Brand-components/layer5.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ const Layer5Brand = () => {
9090
}} className="color-code-wrapper">
9191
<ColorBox name="Keppel" R="0" G="179" B="159" colorCode="#00B39F" />
9292
<ColorBox name="Caribbean Green" R="0" G="211" B="169" colorCode="#00D3A9" />
93-
<ColorBox name="Saffron" R="235" G="192" B="23" colorCode="#EBC017" />
93+
<div className="saffron-color-box">
94+
<ColorBox name="Saffron" R="235" G="192" B="23" dark colorCode="#EBC017" />
95+
</div>
9496
<div className="blond-color-box">
9597
<ColorBox name="Blond" R="255" G="243" B="197" dark colorCode="#FFF3C5" />
9698
</div>

src/sections/Company/Brand/brandPage.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const BrandPageWrapper = styled.section`
218218
margin-top: 2rem;
219219
}
220220
221-
.blond-color-box, .white-color-box {
221+
.blond-color-box, .white-color-box, .saffron-color-box {
222222
.PalletBox {
223223
color: rgb(30, 33, 23);
224224
.color-name {

src/sections/Projects/Sistent/components/select/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export function SectionNav() {
239239
/>
240240
<TabButton
241241
className={
242-
location.pathname === "/projects/sistent/components/selet/guidance"
242+
location.pathname === "/projects/sistent/components/select/guidance"
243243
? "active"
244244
: ""
245245
}

0 commit comments

Comments
 (0)