Skip to content

Commit

Permalink
Merge pull request #50 from DSD-DBS/new-icon
Browse files Browse the repository at this point in the history
chore: Add physical link icon
  • Loading branch information
zusorio authored Jan 2, 2025
2 parents b7d8646 + e26ea2c commit d34272c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ exercise:
Another hint
```

The list of available icons can be found [here](frontend/src/components/markdown/caicon.tsx).

In addition to this, you need to create an `exercise.py` file. It contains the checks that will be run on the user's project to determine if the exercise was completed successfully.

```python
Expand Down
Binary file added frontend/assets/capella-icons/physical-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions frontend/src/components/markdown/caicon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import domain from "~/assets/capella-icons/domain.png";
import createDomain from "~/assets/capella-icons/create-domain.png";
import openCurrentConfigFile from "~/assets/capella-icons/open-current-config-file.png";
import physicalComponent from "~/assets/capella-icons/physical-component.png";
import physicalLink from "~/assets/capella-icons/physical-link.png";
import propertyValues from "~/assets/capella-icons/property-values.png";
import search from "~/assets/capella-icons/search.png";
import extension from "~/assets/capella-icons/extension.png";
Expand Down Expand Up @@ -40,6 +41,7 @@ const icons = {
createDomain,
openCurrentConfigFile,
physicalComponent,
physicalLink,
propertyValues,
search,
extension,
Expand Down

0 comments on commit d34272c

Please sign in to comment.