forked from learningequality/kolibri
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made icons bigger for issue learningequality#8787
- Loading branch information
1 parent
3e3053d
commit dbee49f
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-----BEGIN OPENSSH PRIVATE KEY----- | ||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW | ||
QyNTUxOQAAACCF8dK7sQMDAufCp43EMpEZbB43eXPjEcYMj5vY5vvSZwAAAJhn8z7LZ/M+ | ||
ywAAAAtzc2gtZWQyNTUxOQAAACCF8dK7sQMDAufCp43EMpEZbB43eXPjEcYMj5vY5vvSZw | ||
AAAEDB2wBykjmN0urhPpdAfb58valfNurvJO8BkD/xHUJNQYXx0ruxAwMC58KnjcQykRls | ||
Hjd5c+MRxgyPm9jm+9JnAAAAEnNoYXJpZm1hQHVtaWNoLmVkdQECAw== | ||
-----END OPENSSH PRIVATE KEY----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIXx0ruxAwMC58KnjcQykRlsHjd5c+MRxgyPm9jm+9Jn [email protected] |
dbee49f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sharifmaryam caution you've checked a private key into github! This is bad – it's like sharing your password publicly.
You should delete it from your computer and create a new one from scratch.
In learningequality#8787 (comment) you asked about modifying files inside
node_modules
. This is never the correct strategy – you can read about it here:All edits should occur within the Kolibri codebase or possibly the design system codebase.