Skip to content

Commit 1098693

Browse files
committed
Remove twitter icon for now
1 parent 37cd96f commit 1098693

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/LandingPage/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ $server->addPlugin(
113113
$server->addWorker(
114114
new HttpServerProcess(
115115
listen: '0.0.0.0:8080',
116+
count: 2,
116117
onRequest: function (Request $request): Response {
117118
return match ($request->getUri()->getPath()) {
118119
'/' => new Response(body: 'Hello world'),

src/theme/Footer/Layout/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export default function LayoutWrapper(props) {
2323
<Link className="footer__link-item" href="https://github.com/phpstreamserver/phpstreamserver">
2424
<GithubImg alt="GitHub" className="w-[1.2rem] h-[1.2rem]"/>
2525
</Link>
26-
<Link className="footer__link-item" href="#">
27-
<TwitterImg alt="Twitter" className="w-[1.2rem] h-[1.2rem]"/>
28-
</Link>
26+
{/*<Link className="footer__link-item" href="#">*/}
27+
{/* <TwitterImg alt="Twitter" className="w-[1.2rem] h-[1.2rem]"/>*/}
28+
{/*</Link>*/}
2929
<Link className="footer__link-item" href="mailto:anton.z@live.com">
3030
<EmailImg alt="Email" className="w-[1.2rem] h-[1.2rem]"/>
3131
</Link>

0 commit comments

Comments
 (0)