Skip to content

Commit

Permalink
🐛arrow-icon not link
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Apr 8, 2020
1 parent 807b84f commit 08572a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions components/about.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState } from 'react';
import { useMediaQuery } from 'react-responsive';
import Link from 'next/link';

const About = () => {

Expand Down Expand Up @@ -49,9 +48,9 @@ const About = () => {
}
<div className="more-content">
<h6>อ่านต่อ</h6>
<Link href="/index/society">
<a href="/index/society">
<img className="hvr-wobble-horizontal" src="/static/arrow.svg" alt="arrow-icon" />
</Link>
</a>
</div>
</div>
</div>
Expand All @@ -77,9 +76,9 @@ const About = () => {
}
<div className="more-content">
<h6>อ่านต่อ</h6>
<Link href="/index/society">
<a href="/index/society">
<img className="hvr-wobble-horizontal" src="/static/arrow.svg" alt="arrow-icon" />
</Link>
</a>
</div>

</div>
Expand Down

1 comment on commit 08572a8

@vercel
Copy link

@vercel vercel bot commented on 08572a8 Apr 8, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.