Skip to content

Commit

Permalink
Added new figma ui designs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Joseph-George committed Oct 4, 2023
1 parent b6b1bd3 commit a038aca
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TxtType.prototype.tick = function() {
this.el.innerHTML = '<span class="wrap">'+this.txt+'</span>';

var that = this;
var delta = 200 - Math.random() * 100;
var delta = 120 - Math.random() * 75;

if (this.isDeleting) { delta /= 2; }

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a038aca

Please sign in to comment.