Skip to content

Commit

Permalink
Consulting icons from PNG to SVG (#3422)
Browse files Browse the repository at this point in the history
* Update index.json

* Add files via upload

* Update pageCard.tsx to add padding to thumbnails

---------

Co-authored-by: Babanazar Kamyljanov [SSW] <[email protected]>
  • Loading branch information
tiagov8 and babakamyljanovssw authored Dec 23, 2024
1 parent 395ab2e commit c3ff49e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/consulting/index/pageCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const PageCard = ({ page, category, pageIndex }) => {
<div className="shrink-0">
{page.logo && (
<Image
className="mr-4 aspect-square size-14 border-1 border-gray-100 md:size-28"
className="mr-4 p-2 aspect-square size-14 border-1 border-gray-100 md:size-28"
height={115}
width={115}
src={page.logo}
Expand Down
4 changes: 2 additions & 2 deletions content/consulting/index/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
{
"title": "Backup/Disaster Recovery Audit",
"description": "If you have good backups and a thorough Disaster Recovery plan, you can mitigate or completely overcome potential catastrophes.",
"logo": "/images/thumbs/thumb-backup-icon.jpg",
"logo": "/images/thumbs/thumb-backup.svg",
"page": "content/consulting/backup-recovery.mdx",
"tags": [
{
Expand All @@ -924,7 +924,7 @@
{
"title": "Microsoft Teams",
"description": "Teams is the premier Office 365 chat, collaboration and phone system from Microsoft.",
"logo": "/images/thumbs/thumb-teams-2023.png",
"logo": "/images/thumbs/thumb-teams.svg",
"page": "content/consulting/microsoft-teams.mdx",
"tags": [
{
Expand Down
7 changes: 7 additions & 0 deletions public/images/thumbs/consulting/thumb-backup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions public/images/thumbs/consulting/thumb-teams.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3ff49e

Please sign in to comment.