Skip to content

Commit 0b08fe5

Browse files
committed
NPM Bump
1 parent d446982 commit 0b08fe5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3836
-4619
lines changed

component/MultiArmBanditComponent.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ const MultiArmBanditComponent = ({...props}) => {
1313
return (
1414
<div className="container">
1515
<div id="multi-arm-bandit" style={{width: '100%'}}>
16-
<Link href="/">
17-
<a onClick={() => bannerClicked(optimizelyClient)}>
18-
<img src={`images/${clientId}/${postId}.png`}
19-
style={{width: '100%'}}
20-
alt="multi-arm bandit" />
21-
</a>
22-
</Link>
16+
2317
</div>
2418
</div>
2519
)

layout/Header.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ const Header = ({...props}) => {
1616
return (
1717
<section id="header" style={sectionStyle}>
1818
<Link href="/">
19-
<a>
2019
<img src={`images/${clientId}/header.png`}
2120
style={{width: '100%'}}
2221
alt="Header" />
23-
</a>
2422
</Link>
2523
</section>
2624
)

layout/Layout.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const Layout = ({children, clientId, ...props}) => {
1515
return (
1616
<>
1717
<Head>
18-
<title>Optimizely Demo</title>
19-
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600,600i" rel="stylesheet" />
20-
<meta httpEquiv="Content-Security-Policy" content="upgrade-insecure-requests"></meta>
2118

2219

2320
</Head>

layout/TopHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function TopHeader() {
3333
{navLinks.map((link, index) => {
3434
return (
3535
<Link key={index} href={link.path}>
36-
<a>{link.name}</a>
36+
{link.name}
3737
</Link>
3838
);
3939
})}

pages/plp.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,37 +101,25 @@ export default function Landing({...props}) {
101101
Segments
102102
</div>
103103
<Link href="/plp?segment=vip">
104-
<a>
105104
<p className="tag">VIP</p>
106-
</a>
107105
</Link>
108106
<Link href="/plp?segment=new">
109-
<a>
110107
<p className="tag">NEW</p>
111-
</a>
112108
</Link>
113109
<Link href="/plp?segment=premier">
114-
<a>
115110
<p className="tag">PREMIER</p>
116-
</a>
117111
</Link>
118112
<div id="header-sidebar">
119113
Users
120114
</div>
121115
<Link href="/plp?id=1">
122-
<a>
123116
<p className="tag">User One</p>
124-
</a>
125117
</Link>
126118
<Link href="/plp?id=2">
127-
<a>
128119
<p className="tag">User Two</p>
129-
</a>
130120
</Link>
131121
<Link href="/plp?id=3">
132-
<a>
133122
<p className="tag">User Three</p>
134-
</a>
135123
</Link>
136124
</div>
137125
</div>
@@ -144,7 +132,6 @@ export default function Landing({...props}) {
144132
</a>
145133
<p><img src={`images/landing1.png`} alt="Item 1" /></p>
146134
</section>
147-
148135
</div>
149136
<div className="col-4 col-6-medium col-12-small">
150137

public/favicon.ico

-25.3 KB
Binary file not shown.

public/images/hsbc-p/1.png

-396 KB
Binary file not shown.

public/images/hsbc-p/2.png

-35.4 KB
Binary file not shown.

public/images/hsbc-p/3.png

-847 KB
Binary file not shown.

public/images/hsbc-p/feature.png

-386 KB
Binary file not shown.

0 commit comments

Comments
 (0)