Skip to content

Commit

Permalink
Fix errors and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sora-jp committed Aug 12, 2023
1 parent 59925ae commit 9343d7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
File renamed without changes
14 changes: 7 additions & 7 deletions web/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import chairmanProfile from "./assets/profiles/chairman.jpg.jpg;
import financialManagerProfile from "./assets/profiles/financialManager.jpg.jpg;
import eventsProfile from "./assets/profiles/events.jpg.jpg;
import logisticsProfile from "./assets/profiles/logistics.jpg.jpg;
import marketingProfile from "./assets/profiles/marketing.jpg.jpg;
import customerRelationsProfile from "./assets/profiles/customerRelations.jpg.jpg;
import communicationsProfile from "./assets/profiles/communications.jpg.jpg;
import chairmanProfile from "./assets/profiles/chairman.jpg"
import financialManagerProfile from "./assets/profiles/financialManager.jpg"
import eventsProfile from "./assets/profiles/events.jpg"
import logisticsProfile from "./assets/profiles/logistics.jpg"
import marketingProfile from "./assets/profiles/marketing.jpg"
import customerRelationsProfile from "./assets/profiles/customerRelations.jpg"
import communicationsProfile from "./assets/profiles/communications.jpg"

export const config = {
profiles: [
Expand Down

0 comments on commit 9343d7d

Please sign in to comment.