We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecf986 commit 14be12aCopy full SHA for 14be12a
src/sections/Company/News-single/index.js
@@ -86,7 +86,7 @@ const NewsSingle = ({ data, children }) => {
86
</Row>
87
</div>
88
{frontmatter.source_url ? (
89
- <div style={{ display: "flex", textDecoration: "italic" }}>
+ <div style={{ display: "flex", fontStyle: "italic" }}>
90
<h5>
91
Originally published on{" "}
92
<a
@@ -100,7 +100,7 @@ const NewsSingle = ({ data, children }) => {
100
101
) : (
102
frontmatter.eurl && (
103
104
105
Read the full article on{" "}
106
0 commit comments