Skip to content

Commit 4a3cf50

Browse files
authored
feat: display scrolling company logos (#226)
* feat: add scrolling company logos * chore: update translations
1 parent 1e2326a commit 4a3cf50

34 files changed

+7171
-5337
lines changed

apps/web/i18n.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ checksums:
459459
Trello%20disconnected/singular: 54b24a3e6c9a7eedd8c8d1060ab1175d
460460
Trello%20imports/singular: 6827eca403faa8f89891d17827e72af9
461461
Triaging/singular: 1d40799fcae53a8a27688fdae2a48dee
462+
Trusted%20by%20fast-moving%20teams%3C0%2F%3Earound%20the%20world/singular: b065575df380536df9541a91ca9b37bf
462463
Unable%20to%20add%20checklist%20item/singular: 4c4c3eaaf10b348b39ae97eb5dc455df
463464
Unable%20to%20add%20comment/singular: 49bb435880817434698f31a6069564d6
464465
Unable%20to%20create%20card/singular: 90112ea12ec6fa42097a6e022ae048a4

apps/web/next.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ const config = {
4848
},
4949
],
5050
},
51+
webpack(config) {
52+
config.module.rules.push({
53+
test: /\.svg$/,
54+
use: ["@svgr/webpack"],
55+
});
56+
return config;
57+
},
5158
experimental: {
5259
// instrumentationHook: true,
5360
swcPlugins: [["@lingui/swc-plugin", {}]],

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"@lingui/cli": "^5.3.2",
7777
"@lingui/loader": "^5.3.2",
7878
"@lingui/swc-plugin": "^5.5.2",
79+
"@svgr/webpack": "^8.1.0",
7980
"@types/node": "^20.17.7",
8081
"@types/react": "catalog:react18",
8182
"@types/react-beautiful-dnd": "^13.1.7",

apps/web/public/logos/airbus.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

apps/web/public/logos/deloitte.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

apps/web/public/logos/lego.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)