Skip to content

Commit

Permalink
fix reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Mar 31, 2023
1 parent 36b8893 commit d349cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Config/GitHub.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GitHub extends BaseConfig
'settings' => ['codeigniter4', 'settings'],
'tasks' => ['codeigniter4', 'tasks'],
'cache' => ['codeigniter4', 'cache'],
'devkit' => ['codeigniter4', 'devkit']
'devkit' => ['codeigniter4', 'devkit'],
];

/**
Expand Down
2 changes: 1 addition & 1 deletion app/Views/contribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<section id="content-outer">
<div id="content-inner">
<div id="contribute-heart-holder">
<img src="/assets/icons/heart.png" id="contribute-heart" alt="heart icon" />
<img src="/assets/icons/heart.png" id="contribute-heart" alt="heart icon">
<p>Contribute to CodeIgniter</p>
</div><!--heart ends here-->

Expand Down

0 comments on commit d349cc2

Please sign in to comment.