Browse Source

fix class name splunk

pull/650/head
hadi tayanloo 1 year ago
parent
commit
360631fb35
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      diagrams/programming/framework.py

+ 1
- 1
diagrams/programming/framework.py View File

@@ -22,7 +22,7 @@ class Django(_Framework):


class Splunk(_Framework):
_icon = "django.png"
_icon = "splunk.png"

class Ember(_Framework):
_icon = "ember.png"


Loading…
Cancel
Save