Skip to content

Commit

Permalink
Merge pull request #19 from nauvalazhar/feat/design
Browse files Browse the repository at this point in the history
fix: logo
  • Loading branch information
nauvalazhar authored Sep 16, 2024
2 parents f0388af + 40c5a12 commit c458d57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'./pages/**/*.{js,jsx,ts,tsx,md,mdx}',
'./components/**/*.{js,jsx,ts,tsx,md,mdx}',
],
safelist: ['hidden', 'md:block'],
theme: {
extend: {
colors: {
Expand Down
6 changes: 4 additions & 2 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ export default {
},
logo: (
<div style={{ display: 'flex', alignItems: 'center' }}>
<img src="/logo.png" width="35" alt="belajarfrontend.org" />
<span style={{ marginLeft: 10, fontWeight: 600 }}>
<img src="/logo.png" width="35" alt="logo belajarfrontend.org" />
<span
style={{ marginLeft: 10, fontWeight: 600 }}
className="hidden md:block">
belajarfrontend.org
</span>
</div>
Expand Down

0 comments on commit c458d57

Please sign in to comment.